Skip to content

Commit 0fce1c2

Browse files
chore(release): 5.0.179 [skip ci]
## [5.0.179](v5.0.178...v5.0.179) (2025-02-17) ### Bug Fixes * **deps:** update dependency scratch-svg-renderer to v3.0.65 ([46fdc2f](46fdc2f))
1 parent 6ff4bec commit 0fce1c2

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

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+
## [5.0.179](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.178...v5.0.179) (2025-02-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency scratch-svg-renderer to v3.0.65 ([46fdc2f](https://github.com/scratchfoundation/scratch-vm/commit/46fdc2ffe7ca93da48b5aefb88dc69725cce630a))
12+
613
## [5.0.178](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.177...v5.0.178) (2025-02-17)
714

815

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "scratch-vm",
3-
"version": "5.0.178",
3+
"version": "5.0.179",
44
"description": "Virtual Machine for Scratch 3.0",
55
"author": "Massachusetts Institute of Technology",
66
"license": "AGPL-3.0-only",
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": "9a4c27610bba4908609b4c5e8f73a133949cf3f5"
11+
"sha": "6ff4bec8f4acc86b2d0e5d7572c5e8e66295aab7"
1212
},
1313
"main": "./dist/node/scratch-vm.js",
1414
"browser": "./dist/web/scratch-vm.js",

0 commit comments

Comments
 (0)