Skip to content

Commit ddca0fe

Browse files
committed
chore: release v0.5.0
Added support for JSON config UI (#164) `dev-server watch` works again for the latest `@iobroker/adapter-dev` `dev-server watch` and `debug` support `--noInstall` which won't build/install the adapter js-controller is now always started with inspector on port 9228 (#150) Improvements during `dev-server setup` (#114, #201)
1 parent 9b18a74 commit ddca0fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## __WORK IN PROGRESS__
55
-->
66

7-
## __WORK IN PROGRESS__
7+
## 0.5.0 (2022-04-29)
88

99
- (UncleSamSwiss) Added support for JSON config UI (#164)
1010
- (UncleSamSwiss) `dev-server watch` works again for the latest `@iobroker/adapter-dev`

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iobroker/dev-server",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "Single package development server for ioBroker",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)