Skip to content

Commit

Permalink
Bump version to 1.4.0-beta.14
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusEllyton committed Sep 22, 2024
1 parent 91874a8 commit 8115cd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 1.4.0-beta.14
- Fix default enabled plugins not always being enabled for users updating from an earlier version of the extension.
- Enable `uml` as default plugin.
- Improve alignment of filter and buttons in Proof Obligation View.
- Improve warning message added in 1.4.0-beta.12, so it only displays when proof obligation fails.

### 1.4.0-beta.13
- Change extension configuration of VDMJ release to be an enumeration of "vdm10" and "classic"
- Add workspace settings.json to all classic examples
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vdm-vscode",
"version": "1.4.0-beta.13",
"version": "1.4.0-beta.14",
"publisher": "overturetool",
"engines": {
"vscode": "^1.64.0",
Expand Down

0 comments on commit 8115cd9

Please sign in to comment.