diff --git a/CHANGELOG.md b/CHANGELOG.md index 79160c6..3d14f55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [2.1.0](https://github.com/seanwu1105/vscode-qt-for-python/compare/v2.0.0...v2.1.0) (2022-08-26) + + +### Features + +* **qrc:** assign qrc file to xml language ([e252249](https://github.com/seanwu1105/vscode-qt-for-python/commit/e2522494e5d1215c72c4a851f23a9b249a49fd48)) + ## [2.0.0](https://github.com/seanwu1105/vscode-qt-for-python/compare/v1.3.7...v2.0.0) (2022-08-26) diff --git a/package-lock.json b/package-lock.json index 60a9803..f95ce78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-qt-for-python", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-qt-for-python", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "vscode-languageclient": "^8.0.2", diff --git a/package.json b/package.json index 0098cb0..9c8597f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-qt-for-python", "displayName": "Qt for Python - VS Code Extension", "description": "Visual Studio Code extension for PySide6 and PyQt6.", - "version": "2.0.0", + "version": "2.1.0", "publisher": "seanwu", "license": "MIT", "engines": {