diff --git a/CHANGELOG.md b/CHANGELOG.md index ccd87be50..9eec83d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.1](https://github.com/tidev/vscode-titanium/compare/v1.0.0...v1.0.1) (2022-08-05) + + +### Bug Fixes + +* **explorer/help:** update VS Code documentation link ([#1022](https://github.com/tidev/vscode-titanium/issues/1022)) ([4514f6c](https://github.com/tidev/vscode-titanium/commit/4514f6cc831bc77d6a9ba5a4526bdbd6af9db518)) +* **updates:** output error to output channel and allow viewing it ([99d86d8](https://github.com/tidev/vscode-titanium/commit/99d86d86bd170381d5fb1947341e5f06441a9bdb)) + # Changelog 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. diff --git a/package-lock.json b/package-lock.json index f6f4b04b9..70d05a593 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "titanium-sdk", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "titanium-sdk", - "version": "1.0.0", + "version": "1.0.1", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index 534a933e0..072ee0a66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "titanium-sdk", - "version": "1.0.0", + "version": "1.0.1", "displayName": "Titanium", "description": "Intellisense, snippets, and integrated build tools for Titanium", "icon": "images/logo-titanium.png",