Skip to content

Commit

Permalink
Bump version to v1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jan 16, 2022
1 parent fcf18f6 commit 83e4e9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -2,7 +2,7 @@
"name": "vscode-home-assistant",
"displayName": "Home Assistant Config Helper",
"description": " Completion for entity-id's in Home Assistant Configurations",
"version": "1.23.0",
"version": "1.24.0",
"preview": false,
"engines": {
"vscode": "^1.45.1"
Expand Down
2 changes: 1 addition & 1 deletion src/language-service/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 src/language-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "home-assistant-language-service",
"version": "1.23.0",
"version": "1.24.0",
"description": "Home Assistant Language Service",
"source": "src/haLanguageService.ts",
"main": "dist/haLanguageService.js",
Expand Down

0 comments on commit 83e4e9b

Please sign in to comment.