Skip to content

Commit

Permalink
chore: Release 0.0.9 (#60)
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 Dec 14, 2023
1 parent 5152918 commit 611499d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 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.8"
".": "0.0.9"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* Added format configuration defaults for noir ([#55](https://github.com/noir-lang/vscode-noir/issues/55)) ([5152918](https://github.com/noir-lang/vscode-noir/commit/51529189194d955785b70335061c4d121c851a98))

## [0.0.8](https://github.com/noir-lang/vscode-noir/compare/v0.0.7...v0.0.8) (2023-11-29)


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.

4 changes: 2 additions & 2 deletions 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.8",
"version": "0.0.9",
"publisher": "noir-lang",
"keywords": [
"noir",
Expand Down Expand Up @@ -122,7 +122,7 @@
"configurationDefaults": {
"[noir]": {
"editor.defaultFormatter": "noir-lang.vscode-noir",
"editor.formatOnSave": true
"editor.formatOnSave": true
}
}
},
Expand Down

0 comments on commit 611499d

Please sign in to comment.