Skip to content

Commit 892a92d

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.3.78...v3.0.0) (2024-03-04) ### Bug Fixes * **build:** misc webpack 5 build fixes ([64d1709](64d1709)) * use web-worker to replace tiny-worker and worker-loader ([058685f](058685f)) * build!: tell webpack to output UMD in all cases ([0f3a847](0f3a847)) ### BREAKING CHANGES * this could affect compatibility with library consumers
1 parent bc6f419 commit 892a92d

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [3.0.0](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.78...v3.0.0) (2024-03-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **build:** misc webpack 5 build fixes ([64d1709](https://github.com/scratchfoundation/scratch-vm/commit/64d17098a17c8e94b879ebcc7d5a29cab7befbbe))
12+
* use web-worker to replace tiny-worker and worker-loader ([058685f](https://github.com/scratchfoundation/scratch-vm/commit/058685f41ea950e789aa5c9cad133a86fa8bf963))
13+
14+
15+
* build!: tell webpack to output UMD in all cases ([0f3a847](https://github.com/scratchfoundation/scratch-vm/commit/0f3a8476892760b9d7de375c6d8e2350cf8ab78f))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* this could affect compatibility with library consumers
21+
622
## [2.3.78](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.77...v2.3.78) (2024-03-04)
723

824

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": "2.3.78",
3+
"version": "3.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": "84307b0fbf2f81dfc4e0804bf6af3a0d8c35a78b"
11+
"sha": "bc6f4199020cb38021fe649065a6b807fcd3c23f"
1212
},
1313
"main": "./dist/node/scratch-vm.js",
1414
"browser": "./src/index.js",

0 commit comments

Comments
 (0)