chore(release): 5.0.183 [skip ci]

## [5.0.183](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.182...v5.0.183) (2025-02-20)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v3.0.67 ([e69dc96](e69dc96b53))
This commit is contained in:
semantic-release-bot 2025-02-20 02:06:33 +00:00
parent 3c41f00964
commit e7fc1d7ad0
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.183](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.182...v5.0.183) (2025-02-20)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v3.0.67 ([e69dc96](https://github.com/scratchfoundation/scratch-vm/commit/e69dc96b53513e9052b4297888bde9b0842674f5))
## [5.0.182](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.181...v5.0.182) (2025-02-19)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "5.0.182",
"version": "5.0.183",
"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": "5e9262344115566f012b2fa8ae45ac86786f0432"
"sha": "3c41f00964019c22edbcd7ee9f644c34cfb9d354"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",