Skip to content

Commit 12cdc20

Browse files
chore(release): 4.5.42 [skip ci]
## [4.5.42](v4.5.41...v4.5.42) (2024-03-31) ### Bug Fixes * **deps:** update dependency scratch-blocks to v1.1.73 ([d790517](d790517))
1 parent 47903ce commit 12cdc20

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

Diff for: CHANGELOG.md

+7
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.5.42](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.41...v4.5.42) (2024-03-31)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency scratch-blocks to v1.1.73 ([d790517](https://github.com/scratchfoundation/scratch-vm/commit/d790517a8ac316209bfa2041d87ccf5ecf8da909))
12+
613
## [4.5.41](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.40...v4.5.41) (2024-03-31)
714

815

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "scratch-vm",
3-
"version": "4.5.41",
3+
"version": "4.5.42",
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": "21663dbb13d7278e2498a08bc5e018fb9c90fbd4"
11+
"sha": "47903ce2887f326d266b7b1ffc1ff875d3283ec2"
1212
},
1313
"main": "./dist/node/scratch-vm.js",
1414
"browser": "./dist/web/scratch-vm.js",

0 commit comments

Comments
 (0)