Skip to content

Commit

Permalink
chore(release): 0.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
joerdav committed May 30, 2024
1 parent 4f85ade commit ca9b03b
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.25](https://github.com/a-h/templ-vscode/compare/v0.0.24...v0.0.25) (2024-05-30)


### Features

* capture generic function declarations ([#58](https://github.com/a-h/templ-vscode/issues/58)) ([4f85ade](https://github.com/a-h/templ-vscode/commit/4f85ade86dba0ecabd80fe6e845653a0a4aed5bf))
* enable nesting of _templ.go files, fixes [#730](https://github.com/a-h/templ-vscode/issues/730) ([913c9b8](https://github.com/a-h/templ-vscode/commit/913c9b89ca152413024f28d0b7419ef147e44410))

### [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)
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.24",
"version": "0.0.25",
"engines": {
"vscode": "^1.88.0"
},
Expand Down

0 comments on commit ca9b03b

Please sign in to comment.