From e560f8e6665e005ee4b3ef9fbded94f8bdbc1c29 Mon Sep 17 00:00:00 2001 From: Samuel Weibel Date: Wed, 14 Apr 2021 08:42:19 +0200 Subject: [PATCH] chore: release v0.1.4 Fixed issue with bash reusing the process instead of creating a child --- CHANGELOG.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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": {