diff --git a/CHANGELOG.md b/CHANGELOG.md index 994edc38..0ca09d9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.31.1 + +- Add Content Security Policy to webviews in https://github.com/microsoft/vscode-java-pack/pull/1648 +- Fix Project Settings dropdown updates in https://github.com/microsoft/vscode-java-pack/pull/1655 +- Bundle the codicon font in the Java Help Center webview in https://github.com/microsoft/vscode-java-pack/pull/1658 + ## 0.31.0 - Refactor Java Pack webviews to React 19 and `@vscode-elements/elements` in https://github.com/microsoft/vscode-java-pack/pull/1616 diff --git a/package-lock.json b/package-lock.json index ec990a18..4d6adcd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-java-pack", - "version": "0.31.0", + "version": "0.31.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-java-pack", - "version": "0.31.0", + "version": "0.31.1", "license": "MIT", "dependencies": { "@reduxjs/toolkit": "^2.12.0", diff --git a/package.json b/package.json index d1bb145d..c10b384d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Extension Pack for Java", "description": "Popular extensions for Java development that provides Java IntelliSense, debugging, testing, Maven/Gradle support, project management and more", "license": "MIT", - "version": "0.31.0", + "version": "0.31.1", "publisher": "vscjava", "preview": false, "engines": {