Skip to content

Commit

Permalink
chore(master): release 2.1.0 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 14, 2024
1 parent 8f0a289 commit 74a94c8
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ body:
attributes:
label: Plugin Version
description: "Which Version does your plugin has?"
placeholder: v2.0.0 # x-release-please-version
placeholder: v2.1.0 # x-release-please-version
validations:
required: true
- type: input
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0"
".": "2.1.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [2.1.0](https://github.com/XeroxDev/YTMD-StreamDeck/compare/v2.0.0...v2.1.0) (2024-02-14)


### Features

* add better error logging ([6408555](https://github.com/XeroxDev/YTMD-StreamDeck/commit/6408555e11cd6bbc16c70a6608bbd1208cf95ca4))
* add French translation ([#102](https://github.com/XeroxDev/YTMD-StreamDeck/issues/102)) ([cfca17a](https://github.com/XeroxDev/YTMD-StreamDeck/commit/cfca17a615a429eb3189e095fe037e6b93d1c784))


### Bug Fixes

* missing actions in property inspector ([ad39dd8](https://github.com/XeroxDev/YTMD-StreamDeck/commit/ad39dd8677306601f0d5b169a99b39856d643fd9))
* missing translation file causes crash ([716c464](https://github.com/XeroxDev/YTMD-StreamDeck/commit/716c464578b291cfdff41f52fb88fbc074541373))
* mute/unmute just mutes ([64d546d](https://github.com/XeroxDev/YTMD-StreamDeck/commit/64d546dab289078e9c58c5760c1ac727261fa85e))
* repeat mode only disables ([20c89d1](https://github.com/XeroxDev/YTMD-StreamDeck/commit/20c89d1e0d4f29bcf6ad64977dbeef9926972623))
* track info breaks when adding two instances ([cd33b8d](https://github.com/XeroxDev/YTMD-StreamDeck/commit/cd33b8da4ad36c46bd14324cab0ebe7afc9acf8f))
* variables are wrong calculated ([083a2dd](https://github.com/XeroxDev/YTMD-StreamDeck/commit/083a2dd40bcd6d461e806b3d52a972c25637e1cf))

## [2.0.0](https://github.com/XeroxDev/YTMD-StreamDeck/compare/v1.7.0...v2.0.0) (2024-02-12)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Description": "This Stream Deck Plugin allows you to control the YouTube Music Desktop App (https://github.com/ytmdesktop/ytmdesktop). If you need help, please visit my repository and open a issue https://github.com/XeroxDev/YTMD-StreamDeck/issues/new/choose",
"URL": "https://github.com/XeroxDev/YTMD-StreamDeck",
"Icon": "icons/action-image",
"Version": "2.0.0",
"Version": "2.1.0",
"Category": "YTMD Connector",
"CategoryIcon": "icons/category-icon",
"SDKVersion": 2,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fun.shiro.ytmd.sdplugin",
"version": "2.0.0",
"version": "2.1.0",
"description": "",
"scripts": {
"watch": "start watchify --debug -p tsify src/ytmd-pi.ts -o bundle-pi.js && start watchify --debug -p tsify src/ytmd.ts -o bundle.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const VERSION = '2.0.0'; // x-release-please-version
const VERSION = '2.1.0'; // x-release-please-version

export default VERSION;

0 comments on commit 74a94c8

Please sign in to comment.