From 3066ae66dbb11bc47fae84677821bad3ca40f146 Mon Sep 17 00:00:00 2001 From: joerdav Date: Mon, 15 Apr 2024 14:34:36 +0100 Subject: [PATCH] chore(release): 0.0.23 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a13a21..2cad7f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.23](https://github.com/a-h/templ-vscode/compare/v0.0.22...v0.0.23) (2024-04-15) + + +### Features + +* multi-line templ/script/css function params syntax highlighting ([#41](https://github.com/a-h/templ-vscode/issues/41)) ([ba185d4](https://github.com/a-h/templ-vscode/commit/ba185d4f792eb7f58e35085e830e3b0db84e38ad)) +* show "Starting LSP: templ" as a status bar message ([#43](https://github.com/a-h/templ-vscode/issues/43)) ([fd2ae87](https://github.com/a-h/templ-vscode/commit/fd2ae878edd820f2c6b63da7a8f6ad2bdb49a63a)) + + +### Bug Fixes + +* **#652:** remove usage of lookbehind regex with wildcard lengths ([#47](https://github.com/a-h/templ-vscode/issues/47)) ([25eeddc](https://github.com/a-h/templ-vscode/commit/25eeddc8a31f3b454d1a6e24afdc6743733033d0)), closes [#652](https://github.com/a-h/templ-vscode/issues/652) + ### [0.0.22](https://github.com/a-h/templ-vscode/compare/v0.0.20...v0.0.22) (2024-03-01) diff --git a/package-lock.json b/package-lock.json index 4b671f2..7a48d2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "templ", - "version": "0.0.22", + "version": "0.0.23", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "templ", - "version": "0.0.22", + "version": "0.0.23", "dependencies": { "lookpath": "^1.2.2", "vscode-languageclient": "9.0.1" diff --git a/package.json b/package.json index 550f1b4..cbd8902 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "workspaceContains:**/*.templ" ], "main": "./dist/main.js", - "version": "0.0.22", + "version": "0.0.23", "engines": { "vscode": "^1.86.0" },