Skip to content

Commit

Permalink
chore(release): 0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
joerdav committed Feb 27, 2024
1 parent 817aabe commit f735258
Show file tree
Hide file tree
Showing 4 changed files with 298 additions and 232 deletions.
6 changes: 6 additions & 0 deletions 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.21](https://github.com/a-h/templ-vscode/compare/v0.0.20...v0.0.21) (2024-02-27)

### Features

* Add restart command

### [0.0.19](https://github.com/a-h/templ-vscode/compare/v0.0.18...v0.0.19) (2024-01-19)

### 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.

8 changes: 7 additions & 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.20",
"version": "0.0.21",
"engines": {
"vscode": "^1.86.0"
},
Expand Down Expand Up @@ -53,6 +53,12 @@
}
}
],
"commands": [
{
"command": "templ.restartServer",
"title": "Templ: Restart Language Server"
}
],
"configuration": {
"title": "templ",
"properties": {
Expand Down
Loading

0 comments on commit f735258

Please sign in to comment.