diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a066c..b5113fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # scratch-run changelog +### v0.1.4 + +- Patch compiler to squeeze more performance + ### v0.1.3 - Fix infinite loop when `control.stopAll` is used diff --git a/package-lock.json b/package-lock.json index 7673a28..2ccaf88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-run", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-run", - "version": "0.1.3", + "version": "0.1.4", "hasInstallScript": true, "license": "agpl-3.0", "dependencies": { @@ -632,9 +632,9 @@ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" }, "node_modules/@types/node": { - "version": "20.10.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.6.tgz", - "integrity": "sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==", + "version": "20.10.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.7.tgz", + "integrity": "sha512-fRbIKb8C/Y2lXxB5eVMj4IU7xpdox0Lh8bUPEdtLysaylsml1hOOx1+STloRs/B9nf7C6kPRmmg/V7aQW7usNg==", "dependencies": { "undici-types": "~5.26.4" } diff --git a/package.json b/package.json index 9a4cc20..a8b2dd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-run", - "version": "0.1.3", + "version": "0.1.4", "description": "Run Scratch from command line", "main": "./index.js", "scripts": {