Skip to content

Commit

Permalink
chore: Release 0.0.16 (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 4, 2025
1 parent 73b684a commit fdfef7d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.15"
".": "0.0.16"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.0.16](https://github.com/noir-lang/vscode-noir/compare/v0.0.15...v0.0.16) (2025-02-04)


### Features

* 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))


### Bug Fixes

* 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))

## [0.0.15](https://github.com/noir-lang/vscode-noir/compare/v0.0.14...v0.0.15) (2025-01-10)


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": "vscode-noir",
"displayName": "Noir Language Support",
"description": "Noir support for Visual Studio Code",
"version": "0.0.15",
"version": "0.0.16",
"publisher": "noir-lang",
"keywords": [
"noir",
Expand Down

0 comments on commit fdfef7d

Please sign in to comment.