diff --git a/CHANGELOG.md b/CHANGELOG.md index c7c6d088..241e328c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## __WORK IN PROGRESS__ --> -## __WORK IN PROGRESS__ +## 0.1.4 (2021-04-14) - (UncleSamSwiss) Fixed issue with bash reusing the process instead of creating a child diff --git a/package-lock.json b/package-lock.json index 3379ed76..a787538f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@iobroker/dev-server", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c0ec55ee..f72da1d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/dev-server", - "version": "0.1.3", + "version": "0.1.4", "description": "Single package development server for ioBroker", "main": "dist/index.js", "bin": {