diff --git a/CHANGELOG.md b/CHANGELOG.md index 595f47e..af3bdf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # scratch-run changelog +### v0.1.3 + +- Fix infinite loop when `control.stopAll` is used + ### v0.1.2 - Patch compiler to squeeze more performance diff --git a/package-lock.json b/package-lock.json index 36b7662..7673a28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-run", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-run", - "version": "0.1.2", + "version": "0.1.3", "hasInstallScript": true, "license": "agpl-3.0", "dependencies": { diff --git a/package.json b/package.json index aaa7165..9a4cc20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-run", - "version": "0.1.2", + "version": "0.1.3", "description": "Run Scratch from command line", "main": "./index.js", "scripts": {