chore(release): 5.0.149 [skip ci]

## [5.0.149](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.148...v5.0.149) (2025-02-02)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v3.0.55 ([6eaed15](6eaed15a79))
This commit is contained in:
semantic-release-bot 2025-02-02 20:42:15 +00:00
parent 4e96d26ce7
commit 8e7de901e3
3 changed files with 11 additions and 4 deletions

View file

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [5.0.149](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.148...v5.0.149) (2025-02-02)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v3.0.55 ([6eaed15](https://github.com/scratchfoundation/scratch-vm/commit/6eaed15a79278b7ea2c2460264b23b75758e496c))
## [5.0.148](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.147...v5.0.148) (2025-02-02)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-vm",
"version": "5.0.148",
"version": "5.0.149",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-vm",
"version": "5.0.148",
"version": "5.0.149",
"license": "AGPL-3.0-only",
"dependencies": {
"@vernier/godirect": "^1.5.0",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "5.0.148",
"version": "5.0.149",
"description": "Virtual Machine for Scratch 3.0",
"author": "Massachusetts Institute of Technology",
"license": "AGPL-3.0-only",
@ -8,7 +8,7 @@
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratch-vm.git",
"sha": "77ba6403188be2a7b9296899e8270abd9465969b"
"sha": "4e96d26ce79fd44e1b3df06a97034ccf8d23fc79"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",