diff --git a/CHANGELOG.md b/CHANGELOG.md index 0213e9f..40d2ae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [1.6.3] - 2020-05-28 + +### Fixed + +- Fixed issue with packaging extension that prevented publishing to the VS Code marketplace + ## [1.6.1] - 2020-05-23 ### Fixed @@ -175,7 +181,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Pre-release version to gather feedback from the community and help identify gaps. -[unreleased]: https://github.com/michaeljolley/vscode-twitch-themer/compare/1.6.1...HEAD +[unreleased]: https://github.com/michaeljolley/vscode-twitch-themer/compare/1.6.3...HEAD +[1.6.3]: https://github.com/michaeljolley/vscode-twitch-themer/compare/1.6.1...1.6.3 [1.6.1]: https://github.com/michaeljolley/vscode-twitch-themer/compare/1.5.0...1.6.1 [1.5.0]: https://github.com/michaeljolley/vscode-twitch-themer/compare/1.4.1...1.5.0 [1.4.1]: https://github.com/michaeljolley/vscode-twitch-themer/compare/1.4.0...1.4.1 diff --git a/package-lock.json b/package-lock.json index 18d4c85..859a520 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-twitch-themer", - "version": "1.5.0", + "version": "1.6.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 965b1d6..3bff63b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "email": "mike@sparcapp.io" }, "icon": "resources/logo.png", - "version": "1.6.2", + "version": "1.6.3", "preview": false, "engines": { "vscode": "^1.32.0"