Skip to content

Commit

Permalink
Release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelMayer committed Apr 21, 2023
1 parent a8103b0 commit 6d2a126
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 3.1.0
- Bump webpack from 5.73.0 to 5.76.0 (https://github.com/dafny-lang/ide-vscode/pull/376)
- Opaque now marked as keyword

## 3.0.9
- Fix: Function declarations not highlighted as types (https://github.com/dafny-lang/ide-vscode/pull/371)
- Fix: undesired red "<" character (https://github.com/dafny-lang/ide-vscode/issues/368)
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 @@ -2,7 +2,7 @@
"name": "ide-vscode",
"displayName": "Dafny",
"description": "Dafny for Visual Studio Code",
"version": "3.0.9",
"version": "3.1.0",
"publisher": "dafny-lang",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion syntaxes/Dafny.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
</dict>
</array>
</dict>
<key>keywords</key>
<key>keywords</key>
<dict>
<key>patterns</key>
<array>
Expand Down

0 comments on commit 6d2a126

Please sign in to comment.