diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f694cd5c..0ac161c16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. + +## [0.3.2](https://github.com/appcelerator/vscode-appcelerator-titanium/compare/v0.3.1...v0.3.2) (2019-05-01) + + +### Bug Fixes + +* **providers:** added auto close for quotes and brackets for tss ([#76](https://github.com/appcelerator/vscode-appcelerator-titanium/issues/76)) ([bfedfe1](https://github.com/appcelerator/vscode-appcelerator-titanium/commit/bfedfe1)) +* **providers:** fix the link for the widget identifier ([#75](https://github.com/appcelerator/vscode-appcelerator-titanium/issues/75)) ([fbd06c6](https://github.com/appcelerator/vscode-appcelerator-titanium/commit/fbd06c6)), closes [#62](https://github.com/appcelerator/vscode-appcelerator-titanium/issues/62) + + + ## [0.3.1](https://github.com/appcelerator/vscode-appcelerator-titanium/compare/v0.3.0...v0.3.1) (2019-04-01) diff --git a/package-lock.json b/package-lock.json index e95dbad23..b4ca5c0c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-titanium", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2f8dbcabd..0047e90b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-titanium", - "version": "0.3.1", + "version": "0.3.2", "displayName": "Titanium", "description": "Intellisense, snippets, and integrated build tools for Titanium", "icon": "images/logo-titanium.png",