Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hieplpvip committed Jan 5, 2024
1 parent e7b6f2a commit d078a50
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# scratch-run changelog

### v0.1.0

- Add argument `--buffer-stdout`
- Use [TurboWarp/scratch-vm](https://github.com/TurboWarp/scratch-vm)
- Patch `scratch-vm` to remove unused functionality
- Significantly reduce bundle size

As a result, `scratch-run` nows runs much faster while consuming less memory.

### v0.0.11

- Use Node 16.16.0
Expand Down
4 changes: 2 additions & 2 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.0.11",
"version": "0.1.0",
"description": "Run Scratch from command line",
"main": "./index.js",
"scripts": {
Expand Down

0 comments on commit d078a50

Please sign in to comment.