From fc094ace8a14f71f2dce02f44a7d7abb7f05b7e2 Mon Sep 17 00:00:00 2001 From: XeroxDev Date: Sat, 27 Nov 2021 10:14:49 +0100 Subject: [PATCH] chore(release): 1.5.3 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc4513b..f905ea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3](https://github.com/XeroxDev/YTMD-StreamDeck/compare/v1.5.2...v1.5.3) (2021-11-27) + + +### Bug Fixes + +* update information correctly on profile switch ([6f56ca0](https://github.com/XeroxDev/YTMD-StreamDeck/commit/6f56ca0243fd1b83439cd41c397ea935da98866c)) + ### [1.5.2](https://github.com/XeroxDev/YTMD-StreamDeck/compare/v1.5.1...v1.5.2) (2021-08-20) diff --git a/manifest.json b/manifest.json index 713042b..c4efc3e 100644 --- a/manifest.json +++ b/manifest.json @@ -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.2", + "Version": "1.5.3", "Category": "YTMD Connector", "CategoryIcon": "icons/category-icon", "SDKVersion": 2, diff --git a/package-lock.json b/package-lock.json index 988abda..7bc1183 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fun.shiro.ytmd.sdplugin", - "version": "1.5.2", + "version": "1.5.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index ae66392..82aa721 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fun.shiro.ytmd.sdplugin", - "version": "1.5.2", + "version": "1.5.3", "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",