diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cad7f4..000f7ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.24](https://github.com/a-h/templ-vscode/compare/v0.0.23...v0.0.24) (2024-04-15) + ### [0.0.23](https://github.com/a-h/templ-vscode/compare/v0.0.22...v0.0.23) (2024-04-15) diff --git a/package-lock.json b/package-lock.json index 7a48d2d..977a471 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "templ", - "version": "0.0.23", + "version": "0.0.24", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "templ", - "version": "0.0.23", + "version": "0.0.24", "dependencies": { "lookpath": "^1.2.2", "vscode-languageclient": "9.0.1" diff --git a/package.json b/package.json index 697fb17..3f13f41 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "workspaceContains:**/*.templ" ], "main": "./dist/main.js", - "version": "0.0.23", + "version": "0.0.24", "engines": { "vscode": "^1.88.0" },