Skip to content

Commit

Permalink
chore(release): 0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
joerdav committed Mar 1, 2024
1 parent 69ddaf0 commit a9d4ee6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.22](https://github.com/a-h/templ-vscode/compare/v0.0.20...v0.0.22) (2024-03-01)


### Bug Fixes

* Closing style tags on the same line cause syntax highlight issues ([#40](https://github.com/a-h/templ-vscode/issues/40)) ([69ddaf0](https://github.com/a-h/templ-vscode/commit/69ddaf0003fa962740e2fbd911140061c2e558d9))
* non-function import expression syntax highlighting ([#39](https://github.com/a-h/templ-vscode/issues/39)) ([e33c522](https://github.com/a-h/templ-vscode/commit/e33c5229f43564db51ae51c5ce86d1589fefd53c))
* struct method syntax highlighting ([b961f34](https://github.com/a-h/templ-vscode/commit/b961f34cee9d4cd18dad697a78e5676a096e358c))
* Syntax issue when closing a script on the same line ([#35](https://github.com/a-h/templ-vscode/issues/35)) ([36b2da7](https://github.com/a-h/templ-vscode/commit/36b2da785e6c8643f8df8af6dc84cc72a99e1bce))

### [0.0.21](https://github.com/a-h/templ-vscode/compare/v0.0.20...v0.0.21) (2024-02-27)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"workspaceContains:**/*.templ"
],
"main": "./dist/main.js",
"version": "0.0.21",
"version": "0.0.22",
"engines": {
"vscode": "^1.86.0"
},
Expand Down

0 comments on commit a9d4ee6

Please sign in to comment.