From a641f7f529e4a1aee566e34d3578ae908c5559b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 18:53:20 +0000 Subject: [PATCH] chore: Release 0.0.15 (#96) Co-authored-by: Tom French Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f89a3b6..5aa42be 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.14" + ".": "0.0.15" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3669889..25c2662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.15](https://github.com/noir-lang/vscode-noir/compare/v0.0.14...v0.0.15) (2025-01-10) + + +### Features + +* better syntax highlighting for strings ([#95](https://github.com/noir-lang/vscode-noir/issues/95)) ([16d9956](https://github.com/noir-lang/vscode-noir/commit/16d9956a0031819879d9ef959b8fbbb99d8ac8c2)) + ## [0.0.14](https://github.com/noir-lang/vscode-noir/compare/v0.0.13...v0.0.14) (2025-01-08) diff --git a/package-lock.json b/package-lock.json index a17f37d..94834bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-noir", - "version": "0.0.14", + "version": "0.0.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-noir", - "version": "0.0.14", + "version": "0.0.15", "license": "Apache-2.0", "dependencies": { "vscode-languageclient": "^8.0.3", diff --git a/package.json b/package.json index 4b71f59..9a6741c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-noir", "displayName": "Noir Language Support", "description": "Noir support for Visual Studio Code", - "version": "0.0.14", + "version": "0.0.15", "publisher": "noir-lang", "keywords": [ "noir",