Skip to content

Commit

Permalink
chore(release): 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
joerdav committed Jan 19, 2024
1 parent b6f0c68 commit 48a674a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.19](https://github.com/a-h/templ-vscode/compare/v0.0.18...v0.0.19) (2024-01-19)

### Features

* Resolve issue with broken syntax highlighting on switch statements, fixes [#437](https://github.com/a-h/templ/issues/437) ([b6f0c68](https://github.com/a-h/templ-vscode/commit/b6f0c68b487bf96648661d6d1ada81b76c09f492))

### [0.0.18](https://github.com/a-h/templ-vscode/compare/v0.0.17...v0.0.18) (2024-01-04)


Expand Down Expand Up @@ -47,4 +53,4 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

- Initial release
- Initial release
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.18",
"version": "0.0.19",
"engines": {
"vscode": "^1.84.1"
},
Expand Down

0 comments on commit 48a674a

Please sign in to comment.