Skip to content

Commit d3a7475

Browse files
chore: Release 0.0.14 (#87)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ary Borenszweig <asterite@gmail.com>
1 parent 577275d commit d3a7475

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-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.13"
2+
".": "0.0.14"
33
}

CHANGELOG.md

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

3+
## [0.0.14](https://github.com/noir-lang/vscode-noir/compare/v0.0.13...v0.0.14) (2025-01-08)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* remove `distinct` keyword ([#86](https://github.com/noir-lang/vscode-noir/issues/86)) ([2376b85](https://github.com/noir-lang/vscode-noir/commit/2376b85cf7bf78d738cb8e8ecfdd85c44da85ad8))
10+
* some syntax highlighting improvements ([#93](https://github.com/noir-lang/vscode-noir/issues/93)) ([ed74a75](https://github.com/noir-lang/vscode-noir/commit/ed74a757afb0b6da10dd854df2cd5cbd5ab79662))
11+
312
## [0.0.13](https://github.com/noir-lang/vscode-noir/compare/v0.0.12...v0.0.13) (2024-06-21)
413

514

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

0 commit comments

Comments
 (0)