Skip to content

Commit 6cb967a

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.0.21...v4.0.0) (2024-03-09) ### Bug Fixes * **build:** simplify webpack config using clone() ([e7962b1](e7962b1)) * fix(build)!: use scratch-webpack-configuration ([9261909](9261909)) ### BREAKING CHANGES * changes compatibility, especially for the web build
1 parent e7962b1 commit 6cb967a

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.0](https://github.com/scratchfoundation/scratch-vm/compare/v3.0.21...v4.0.0) (2024-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **build:** simplify webpack config using clone() ([e7962b1](https://github.com/scratchfoundation/scratch-vm/commit/e7962b101d669f70146dc9cc455a7925523fb8d2))
12+
13+
14+
* fix(build)!: use scratch-webpack-configuration ([9261909](https://github.com/scratchfoundation/scratch-vm/commit/9261909f90a18d7f4f0d1a5ad449102e395d428d))
15+
16+
17+
### BREAKING CHANGES
18+
19+
* changes compatibility, especially for the web build
20+
621
## [3.0.21](https://github.com/scratchfoundation/scratch-vm/compare/v3.0.20...v3.0.21) (2024-03-08)
722

823

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "scratch-vm",
3-
"version": "3.0.21",
3+
"version": "4.0.0",
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": "8fa6e97169bea22e932f1de207099f0b9bae3975"
11+
"sha": "e7962b101d669f70146dc9cc455a7925523fb8d2"
1212
},
1313
"main": "./dist/node/scratch-vm.js",
1414
"browser": "./src/index.js",

0 commit comments

Comments
 (0)