Skip to content

Commit 7b4f0a8

Browse files
committed
chore(release): 0.0.32
1 parent 6ddabee commit 7b4f0a8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [0.0.32](https://github.com/a-h/templ-vscode/compare/v0.0.30...v0.0.32) (2025-02-13)
6+
7+
8+
### Features
9+
10+
* support go tool directive when searching for templ ([#85](https://github.com/a-h/templ-vscode/issues/85)) ([8679b57](https://github.com/a-h/templ-vscode/commit/8679b575b3247babc5f078f6328b1ff6683a234b))
11+
512
### [0.0.31](https://github.com/a-h/templ-vscode/compare/v0.0.30...v0.0.31) (2025-02-13)
613

714

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"workspaceContains:**/*.templ"
1212
],
1313
"main": "./dist/main.js",
14-
"version": "0.0.31",
14+
"version": "0.0.32",
1515
"engines": {
1616
"vscode": "^1.92.0"
1717
},

0 commit comments

Comments
 (0)