Skip to content

Commit abcaa4c

Browse files
committed
chore: release v0.4.0
Changed default log level to `debug` and adapter repo to `beta` (#74) Added verification of .npmignore and .gitignore (#46) Restarting adapter with `watch` when adapter config changes (#47) Running "npm run build" before installing the adapter (#77) Fixed bug that "watch" wasn't syncing files upon start-up, but only when they changed (this was causing issues with sourcemaps). Added `--noStart` option to `watch`, this allows to start the adapter from an IDE afterwards
1 parent 221a7aa commit abcaa4c

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.4.0 (2021-07-06)
88

99
- (UncleSamSwiss) Changed default log level to `debug` and adapter repo to `beta` (#74)
1010
- (UncleSamSwiss) Added verification of .npmignore and .gitignore (#46)

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.3.0",
3+
"version": "0.4.0",
44
"description": "Single package development server for ioBroker",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)