diff --git a/packages/xml-for-vscode/CHANGELOG.md b/packages/xml-for-vscode/CHANGELOG.md index 5eccd92a..04668b5c 100644 --- a/packages/xml-for-vscode/CHANGELOG.md +++ b/packages/xml-for-vscode/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.6](https://github.com/SAP/xml-tools/compare/xml-for-vscode@0.1.5...xml-for-vscode@0.1.6) (2020-05-17) + +### Bug Fixes + +- **xml-for-vscode:** incorrect vscode engine version ([88adfa3](https://github.com/SAP/xml-tools/commit/88adfa3)) + ## [0.1.5](https://github.com/SAP/xml-tools/compare/xml-for-vscode@0.1.4...xml-for-vscode@0.1.5) (2020-05-17) **Note:** Version bump only for package xml-for-vscode diff --git a/packages/xml-for-vscode/package.json b/packages/xml-for-vscode/package.json index 4ad4f0b0..964eae94 100644 --- a/packages/xml-for-vscode/package.json +++ b/packages/xml-for-vscode/package.json @@ -2,7 +2,7 @@ "name": "xml-for-vscode", "private": true, "description": "XML for VSCode", - "version": "0.1.5", + "version": "0.1.6", "publisher": "SAPSE", "license": "Apache-2.0", "repository": {