Skip to content

Commit

Permalink
chore(master): release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and XeroxDev committed Jun 6, 2024
1 parent 36b44eb commit 9c84886
Show file tree
Hide file tree
Showing 6 changed files with 13 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.1.0 # x-release-please-version
placeholder: v2.1.1 # 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.0"
".": "2.1.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Bug Fixes

* **likedislike:** ignore unknown state for like/dislike state due to ytmd native issues ([#121](https://github.com/XeroxDev/YTMD-StreamDeck/issues/121)) ([36b44eb](https://github.com/XeroxDev/YTMD-StreamDeck/commit/36b44eb7252c63c523ba52809199bae0b1d0f5f1)), closes [#116](https://github.com/XeroxDev/YTMD-StreamDeck/issues/116)
* **pi:** settings don't get auto-populated ([7e4d781](https://github.com/XeroxDev/YTMD-StreamDeck/commit/7e4d7818c4854fdf09c644564dec3f7aa7895c6e)), closes [#115](https://github.com/XeroxDev/YTMD-StreamDeck/issues/115)

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


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.1.0",
"Version": "2.1.1",
"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.1.0",
"version": "2.1.1",
"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.0'; // x-release-please-version
const VERSION = '2.1.1'; // x-release-please-version

export default VERSION;

0 comments on commit 9c84886

Please sign in to comment.