Skip to content

Commit ef8d41a

Browse files
authored
chore: Release 0.0.20 (#119)
1 parent 5d7b2a3 commit ef8d41a

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.19"
2+
".": "0.0.20"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.20](https://github.com/noir-lang/vscode-noir/compare/v0.0.19...v0.0.20) (2025-12-03)
4+
5+
6+
### Features
7+
8+
* add syntax highlighting for break and continue ([#115](https://github.com/noir-lang/vscode-noir/issues/115)) ([17dc112](https://github.com/noir-lang/vscode-noir/commit/17dc1128f0f8bc791a1c44e91426c50924de65e8))
9+
310
## [0.0.19](https://github.com/noir-lang/vscode-noir/compare/v0.0.18...v0.0.19) (2025-09-16)
411

512

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
@@ -2,7 +2,7 @@
22
"name": "vscode-noir",
33
"displayName": "Noir Language Support",
44
"description": "Noir support for Visual Studio Code",
5-
"version": "0.0.19",
5+
"version": "0.0.20",
66
"publisher": "noir-lang",
77
"keywords": [
88
"noir",

0 commit comments

Comments
 (0)