Skip to content

Commit

Permalink
chore: Release 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 27, 2024
1 parent 47e5b3c commit 318e8cc
Show file tree
Hide file tree
Showing 4 changed files with 12 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.9"
".": "0.0.10"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.0.10](https://github.com/noir-lang/vscode-noir/compare/v0.0.9...v0.0.10) (2024-02-27)


### Features

* add `unchecked` keyword highlighting ([#72](https://github.com/noir-lang/vscode-noir/issues/72)) ([47e5b3c](https://github.com/noir-lang/vscode-noir/commit/47e5b3c22ef2994ee4028fec93d0fbcc2db5b383))
* add keyword highlighting for databus visibility keywords ([#68](https://github.com/noir-lang/vscode-noir/issues/68)) ([fe14627](https://github.com/noir-lang/vscode-noir/commit/fe14627ed4ea6dc7c81ebb96eecd4256652ddb1d))

## [0.0.9](https://github.com/noir-lang/vscode-noir/compare/v0.0.8...v0.0.9) (2023-12-13)


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.9",
"version": "0.0.10",
"publisher": "noir-lang",
"keywords": [
"noir",
Expand Down

0 comments on commit 318e8cc

Please sign in to comment.