Skip to content

Commit e9dcd4b

Browse files
authored
build: prepare 0.31.1 patch release (#1660)
* Prepare 0.31.1 patch release Bump the extension version to 0.31.1 and document the VSIX packaging fix for the patch release. * Document 0.31.1 patch fixes Add the notable fixes merged after 0.31.0 to the 0.31.1 changelog entry. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Refine 0.31.1 changelog Keep the patch release notes focused on user-facing fixes.
1 parent c2d9d29 commit e9dcd4b

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.31.1
4+
5+
- Add Content Security Policy to webviews in https://github.com/microsoft/vscode-java-pack/pull/1648
6+
- Fix Project Settings dropdown updates in https://github.com/microsoft/vscode-java-pack/pull/1655
7+
- Bundle the codicon font in the Java Help Center webview in https://github.com/microsoft/vscode-java-pack/pull/1658
8+
39
## 0.31.0
410

511
- Refactor Java Pack webviews to React 19 and `@vscode-elements/elements` in https://github.com/microsoft/vscode-java-pack/pull/1616

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Extension Pack for Java",
44
"description": "Popular extensions for Java development that provides Java IntelliSense, debugging, testing, Maven/Gradle support, project management and more",
55
"license": "MIT",
6-
"version": "0.31.0",
6+
"version": "0.31.1",
77
"publisher": "vscjava",
88
"preview": false,
99
"engines": {

0 commit comments

Comments
 (0)