Skip to content

Commit

Permalink
chore(master): release 2.2.0 (#136)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 4, 2024
1 parent ba5e573 commit 1e8eb06
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 9 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.1.1 # x-release-please-version
placeholder: v2.2.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.1.1"
".": "2.2.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.2.0](https://github.com/XeroxDev/YTMD-StreamDeck/compare/v2.1.1...v2.2.0) (2024-08-18)


### Features

* add streamdeck+ support ([ba5e573](https://github.com/XeroxDev/YTMD-StreamDeck/commit/ba5e5736898c8e296f8900c5c432afcf9a969dcd))


### Bug Fixes

* english grammar issues. ([6b6b8b4](https://github.com/XeroxDev/YTMD-StreamDeck/commit/6b6b8b4d933821da0f29f1f505e6779e2b60ee8a))

## [2.1.1](https://github.com/XeroxDev/YTMD-StreamDeck/compare/v2.1.0...v2.1.1) (2024-06-06)


Expand Down
12 changes: 9 additions & 3 deletions 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.1.1",
"Version": "2.2.0",
"Category": "YTMD Connector",
"CategoryIcon": "icons/category-icon",
"SDKVersion": 2,
Expand Down Expand Up @@ -37,7 +37,10 @@
"FontSize": "16"
}
],
"Controllers": ["Keypad", "Encoder"],
"Controllers": [
"Keypad",
"Encoder"
],
"DisableAutomaticStates": false,
"Encoder": {
"layout": "$B1",
Expand Down Expand Up @@ -160,7 +163,10 @@
"FontSize": "16"
}
],
"Controllers": ["Keypad", "Encoder"],
"Controllers": [
"Keypad",
"Encoder"
],
"DisableAutomaticStates": false,
"Encoder": {
"layout": "$B1",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.1",
"version": "2.2.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.1.1'; // x-release-please-version
const VERSION = '2.2.0'; // x-release-please-version

export default VERSION;

0 comments on commit 1e8eb06

Please sign in to comment.