diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c20ff..9a7b0c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # Change Log All notable changes to the "vscode-maven" extension will be documented in this file. -## 0.33.0 +## 0.34.0 +### Added +- Add command to navigate between conflict dependencies. [#672](https://github.com/microsoft/vscode-maven/issues/672) +- New localization: Chinese (Traditional). [#727](https://github.com/microsoft/vscode-maven/pull/727) +### Changed +- Open POM file under local repository in readonly mode. [#718](https://github.com/microsoft/vscode-maven/issues/718) +- Improve performance on fetching plugin information. [#714](https://github.com/microsoft/vscode-maven/issues/714) + +## 0.33.0 ### Added - New entry to `Run` lifecycle phases from context menu. [#700](https://github.com/microsoft/vscode-maven/issues/700) - New setting `maven.projectOpenBehavior` specifying default way to open newly created project. [#662](https://github.com/microsoft/vscode-maven/issues/662) diff --git a/package-lock.json b/package-lock.json index 3526f3a..d3e1ee4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-maven", - "version": "0.33.0", + "version": "0.34.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 9752d3e..3aacf4c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-maven", "displayName": "Maven for Java", "description": "%description%", - "version": "0.33.0", + "version": "0.34.0", "icon": "resources/logo.png", "publisher": "vscjava", "preview": true,