Skip to content

Commit eedd7e5

Browse files
chore(release): 4.0.1 [skip ci]
## [4.0.1](v4.0.0...v4.0.1) (2024-03-09) ### Bug Fixes * **build:** separate node, browser, and webpack exports ([609b525](609b525))
1 parent 609b525 commit eedd7e5

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.1](https://github.com/scratchfoundation/scratch-vm/compare/v4.0.0...v4.0.1) (2024-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **build:** separate node, browser, and webpack exports ([609b525](https://github.com/scratchfoundation/scratch-vm/commit/609b525826a7745c25a6cf37648705852781e108))
12+
613
# [4.0.0](https://github.com/scratchfoundation/scratch-vm/compare/v3.0.21...v4.0.0) (2024-03-09)
714

815

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "scratch-vm",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Virtual Machine for Scratch 3.0",
55
"author": "Massachusetts Institute of Technology",
66
"license": "BSD-3-Clause",
77
"homepage": "https://github.com/scratchfoundation/scratch-vm#readme",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/scratchfoundation/scratch-vm.git",
11-
"sha": "e7962b101d669f70146dc9cc455a7925523fb8d2"
11+
"sha": "609b525826a7745c25a6cf37648705852781e108"
1212
},
1313
"exports": {
14-
"browser": "./dist/web/scratch-vm.js",
15-
"node": "./dist/node/scratch-vm.js",
16-
"webpack": "./src/index.js"
14+
"browser": "./dist/web/scratch-vm.js",
15+
"node": "./dist/node/scratch-vm.js",
16+
"webpack": "./src/index.js"
1717
},
1818
"scripts": {
1919
"build": "npm run docs && webpack --progress",

0 commit comments

Comments
 (0)