Skip to content

Commit

Permalink
chore: Release 0.0.14 (#87)
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>
Co-authored-by: Ary Borenszweig <[email protected]>
  • Loading branch information
github-actions[bot] and asterite authored Jan 8, 2025
1 parent 577275d commit d3a7475
Show file tree
Hide file tree
Showing 4 changed files with 13 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.13"
".": "0.0.14"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.0.14](https://github.com/noir-lang/vscode-noir/compare/v0.0.13...v0.0.14) (2025-01-08)


### Features

* expand `${workspaceFolder}` in `nargoPath` setting ([#91](https://github.com/noir-lang/vscode-noir/issues/91)) ([cf4b161](https://github.com/noir-lang/vscode-noir/commit/cf4b16138f9bfed0fc2555bf6b0dfffb8bea6d6e))
* remove `distinct` keyword ([#86](https://github.com/noir-lang/vscode-noir/issues/86)) ([2376b85](https://github.com/noir-lang/vscode-noir/commit/2376b85cf7bf78d738cb8e8ecfdd85c44da85ad8))
* some syntax highlighting improvements ([#93](https://github.com/noir-lang/vscode-noir/issues/93)) ([ed74a75](https://github.com/noir-lang/vscode-noir/commit/ed74a757afb0b6da10dd854df2cd5cbd5ab79662))

## [0.0.13](https://github.com/noir-lang/vscode-noir/compare/v0.0.12...v0.0.13) (2024-06-21)


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

0 comments on commit d3a7475

Please sign in to comment.