Skip to content

Commit

Permalink
chore(master): release 2.0.0 (#99)
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 Feb 12, 2024
1 parent 3870fbd commit 56399c6
Show file tree
Hide file tree
Showing 6 changed files with 24 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: v1.7.0 # x-release-please-version
placeholder: v2.0.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 @@
{
".": "1.7.0"
".": "2.0.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* remove library action (not available anymore)
* migrate to v2 of ytmdesktop

### Features

* add discord link to help section ([67b67ad](https://github.com/XeroxDev/YTMD-StreamDeck/commit/67b67ad9a5a916c45e1ab933af55f7084540964e))
* add more translations ([67b67ad](https://github.com/XeroxDev/YTMD-StreamDeck/commit/67b67ad9a5a916c45e1ab933af55f7084540964e))
* migrate to v2 of ytmdesktop ([67b67ad](https://github.com/XeroxDev/YTMD-StreamDeck/commit/67b67ad9a5a916c45e1ab933af55f7084540964e))


### Bug Fixes

* remove library action (not available anymore) ([67b67ad](https://github.com/XeroxDev/YTMD-StreamDeck/commit/67b67ad9a5a916c45e1ab933af55f7084540964e))

## [1.7.0](https://github.com/XeroxDev/YTMD-StreamDeck/compare/v1.6.0...v1.7.0) (2023-04-03)


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": "1.7.0",
"Version": "2.0.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": "1.7.0",
"version": "2.0.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 = '1.7.0'; // x-release-please-version
const VERSION = '2.0.0'; // x-release-please-version

export default VERSION;

0 comments on commit 56399c6

Please sign in to comment.