Skip to content

Commit

Permalink
chore(release): 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
XeroxDev committed Aug 20, 2021
1 parent 632bf34 commit 91879c8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [1.5.2](https://github.com/XeroxDev/YTMD-StreamDeck/compare/v1.5.1...v1.5.2) (2021-08-20)


### Bug Fixes

* volume should update correclty ([632bf34](https://github.com/XeroxDev/YTMD-StreamDeck/commit/632bf342864169e3c84b7f2b20494698a7b167ec))

### [1.5.1](https://github.com/XeroxDev/YTMD-StreamDeck/compare/v1.5.0...v1.5.1) (2021-06-01)

## [1.5.0](https://github.com/XeroxDev/YTMD-StreamDeck/compare/v1.4.0...v1.5.0) (2021-03-27)
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.5.1",
"Version": "1.5.2",
"Category": "YTMD Connector",
"CategoryIcon": "icons/category-icon",
"SDKVersion": 2,
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.5.1",
"version": "1.5.2",
"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

0 comments on commit 91879c8

Please sign in to comment.