diff --git a/CHANGELOG.md b/CHANGELOG.md index a87350e..b455a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.19](https://github.com/a-h/templ-vscode/compare/v0.0.18...v0.0.19) (2024-01-19) + +### Features + +* Resolve issue with broken syntax highlighting on switch statements, fixes [#437](https://github.com/a-h/templ/issues/437) ([b6f0c68](https://github.com/a-h/templ-vscode/commit/b6f0c68b487bf96648661d6d1ada81b76c09f492)) + ### [0.0.18](https://github.com/a-h/templ-vscode/compare/v0.0.17...v0.0.18) (2024-01-04) @@ -47,4 +53,4 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] -- Initial release \ No newline at end of file +- Initial release diff --git a/package-lock.json b/package-lock.json index 1c307a1..3531af1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "templ", - "version": "0.0.18", + "version": "0.0.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "templ", - "version": "0.0.18", + "version": "0.0.19", "dependencies": { "lookpath": "^1.2.2", "vscode-languageclient": "9.0.1" diff --git a/package.json b/package.json index d465060..8246ab0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "workspaceContains:**/*.templ" ], "main": "./dist/main.js", - "version": "0.0.18", + "version": "0.0.19", "engines": { "vscode": "^1.84.1" },