Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XeroxDev committed Apr 4, 2022
1 parent e0d936b commit 8a5ec18
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://github.com/XeroxDev/Loupedeck-plugin-YTMDesktop/compare/v1.0.0...v2.0.0) (2022-04-04)


### ⚠ BREAKING CHANGES

* This code will only run in Loupedeck 5 due to api changes

### Bug Fixes

* images are now working again ([458d850](https://github.com/XeroxDev/Loupedeck-plugin-YTMDesktop/commit/458d850640f6ccd8108e1d39692fdf26b252af72))

## 1.0.0 (2021-12-08)
7 changes: 2 additions & 5 deletions LoupedeckPackage.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
type: plugin4
type: plugin4
name: YTMDesktop
displayName: YTMDesktop
version: 1.0.0
version: 2.0.0
author: XeroxDev
copyright: Copyright (c) 2021 Dominic Ris

supportedDevices:
- LoupedeckCt
- LoupedeckLive

pluginFileName: YTMDesktopPlugin.dll
pluginFolderWin: ./bin/plugin/
pluginFolderMac: ./bin/plugin/

license: MIT
licenseUrl: https://opensource.org/licenses/MIT
homePageUrl: https://help.xeroxdev.de/en/loupedeck/ytmd/home
Expand Down
2 changes: 1 addition & 1 deletion YTMDesktopPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyVersion("2.0.0")]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ytmdesktop-plugin",
"version": "1.0.0",
"version": "2.0.0",
"description": "",
"main": ".versionrc.js",
"scripts": {
Expand Down

0 comments on commit 8a5ec18

Please sign in to comment.