Skip to content

Commit

Permalink
chore: release v0.4.1
Browse files Browse the repository at this point in the history
Fixed warnings when debugging "old-style" React adapters like ioBroker.javascript
Fixed `dev-server watch` not continuing when using `@iobroker/adapter-dev` to compile React
  • Loading branch information
Apollon77 committed Apr 29, 2022
1 parent cda7aa6 commit bdbff79
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 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 @@
## __WORK IN PROGRESS__
-->

## __WORK IN PROGRESS__
## 0.4.1 (2022-04-29)

- (UncleSamSwiss) Fixed warnings when debugging "old-style" React adapters like ioBroker.javascript
- (AlCalzone) Fixed `dev-server watch` not continuing when using `@iobroker/adapter-dev` to compile React
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: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "@iobroker/dev-server",
"version": "0.4.0",
"version": "0.4.1",
"description": "Single package development server for ioBroker",
"main": "dist/index.js",
"bin": {
"dev-server": "dist/index.js",
"iobroker-dev-server": "dist/index.js"
},
"files": [ "dist/*.js" ],
"files": [
"dist/*.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prebuild": "rimraf ./dist",
Expand Down Expand Up @@ -64,4 +66,4 @@
"ws": "^8.5.0",
"yargs": "^17.4.0"
}
}
}

0 comments on commit bdbff79

Please sign in to comment.