Skip to content

Commit fdfef7d

Browse files
chore: Release 0.0.16 (#98)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 73b684a commit fdfef7d

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.15"
2+
".": "0.0.16"
33
}

CHANGELOG.md

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

3+
## [0.0.16](https://github.com/noir-lang/vscode-noir/compare/v0.0.15...v0.0.16) (2025-02-04)
4+
5+
6+
### Features
7+
8+
* add `loop`, `enum` and `match` keywords ([#97](https://github.com/noir-lang/vscode-noir/issues/97)) ([1fde58d](https://github.com/noir-lang/vscode-noir/commit/1fde58dff66b91bc757cb80ea86655ebe6ce8ca0))
9+
10+
11+
### Bug Fixes
12+
13+
* find nargo in path if `nargoPath` is blank ([#99](https://github.com/noir-lang/vscode-noir/issues/99)) ([73b684a](https://github.com/noir-lang/vscode-noir/commit/73b684a99e40c656ac6f0e161e48d238f64a31ca))
14+
315
## [0.0.15](https://github.com/noir-lang/vscode-noir/compare/v0.0.14...v0.0.15) (2025-01-10)
416

517

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.15",
5+
"version": "0.0.16",
66
"publisher": "noir-lang",
77
"keywords": [
88
"noir",

0 commit comments

Comments
 (0)