Skip to content

Commit

Permalink
chore(release): 0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
joerdav committed Jun 27, 2024
1 parent fd83bb6 commit 5c1d569
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.26](https://github.com/a-h/templ-vscode/compare/v0.0.25...v0.0.26) (2024-06-27)


### Features

* Add Code Folding ([#66](https://github.com/a-h/templ-vscode/issues/66)) ([fd83bb6](https://github.com/a-h/templ-vscode/commit/fd83bb63c285f646bbe2f172eef4b9c6284c41ab))
* add watch files to folding rules ([c6155a3](https://github.com/a-h/templ-vscode/commit/c6155a364981466aacbdf5d5b5e222da271694ed))

### [0.0.25](https://github.com/a-h/templ-vscode/compare/v0.0.24...v0.0.25) (2024-05-30)


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.25",
"version": "0.0.26",
"engines": {
"vscode": "^1.88.0"
},
Expand Down

0 comments on commit 5c1d569

Please sign in to comment.