From b61ff3c1942c9ff519695ed9cbdac8b32c3eac2a Mon Sep 17 00:00:00 2001 From: Adrian Hesketh Date: Thu, 4 Jan 2024 17:01:43 +0000 Subject: [PATCH] chore(release): 0.0.18 --- CHANGELOG.md | 7 +++++++ package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86db8a4..a87350e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.18](https://github.com/a-h/templ-vscode/compare/v0.0.17...v0.0.18) (2024-01-04) + + +### Features + +* add ~/go/bin to probed directories, fixes [#393](https://github.com/a-h/templ-vscode/issues/393) ([34543ff](https://github.com/a-h/templ-vscode/commit/34543ff8688cac6bcb9905a5645ee61fa9414e95)) + ### [0.0.14](https://github.com/a-h/templ-vscode/compare/v0.0.13...v0.0.14) (2023-09-09) diff --git a/package-lock.json b/package-lock.json index eb057a5..1c307a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "templ", - "version": "0.0.17", + "version": "0.0.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "templ", - "version": "0.0.17", + "version": "0.0.18", "dependencies": { "lookpath": "^1.2.2", "vscode-languageclient": "9.0.1" @@ -22,7 +22,7 @@ "webpack-cli": "5.1.4" }, "engines": { - "vscode": "^1.79.1" + "vscode": "^1.84.1" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index 30f4458..d465060 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "workspaceContains:**/*.templ" ], "main": "./dist/main.js", - "version": "0.0.17", + "version": "0.0.18", "engines": { "vscode": "^1.84.1" },