Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hieplpvip committed Jan 8, 2024
1 parent 1e0fa94 commit 16e61c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 16e61c5

Please sign in to comment.