Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Loading