Skip to content

Commit

Permalink
chore(release): 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XeroxDev committed Apr 3, 2023
1 parent 67d6bf7 commit 9bae6ef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.7.0](https://github.com/XeroxDev/YTMD-StreamDeck/compare/v1.6.0...v1.7.0) (2023-04-03)


### Features

* add display settings ([95aecfd](https://github.com/XeroxDev/YTMD-StreamDeck/commit/95aecfde6b8b0b8333a4bd231c0b41ea9e022a8e)), closes [#48](https://github.com/XeroxDev/YTMD-StreamDeck/issues/48)
* add library action ([574cb55](https://github.com/XeroxDev/YTMD-StreamDeck/commit/574cb552fab057517a8de1e91cf7cf746fa0056e)), closes [#50](https://github.com/XeroxDev/YTMD-StreamDeck/issues/50)

## [1.6.0](https://github.com/XeroxDev/YTMD-StreamDeck/compare/v1.5.3...v1.6.0) (2022-03-31)


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.6.0",
"Version": "1.7.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.6.0",
"version": "1.7.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

0 comments on commit 9bae6ef

Please sign in to comment.