Skip to content

Commit

Permalink
chore: release v0.0.15
Browse files Browse the repository at this point in the history
* Add refactor to replace options with min/max value
* Fix: Enable/Disable template refactor preserves `$if` conditions
  • Loading branch information
AlCalzone committed Oct 10, 2023
1 parent 47efffc commit 169d161
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-->

# Changelog
## __WORK IN PROGRESS__
## 0.0.15 (2023-10-10)
* Add refactor to replace options with min/max value
* Fix: Enable/Disable template refactor preserves `$if` conditions

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 @@ -3,7 +3,7 @@
"name": "config-editor",
"displayName": "Z-Wave JS Config Editor",
"description": "Editor support for authoring Z-Wave JS device configuration files",
"version": "0.0.14",
"version": "0.0.15",
"engines": {
"vscode": "^1.74.0"
},
Expand Down

0 comments on commit 169d161

Please sign in to comment.