chore(release): 3.0.11 [skip ci]

## [3.0.11](https://github.com/scratchfoundation/scratch-vm/compare/v3.0.10...v3.0.11) (2024-03-06)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v2.0.15 ([0cfb50f](0cfb50ffc5))
This commit is contained in:
semantic-release-bot 2024-03-06 13:09:31 +00:00
parent 7c5eac700a
commit d7baa88e7e
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.
## [3.0.11](https://github.com/scratchfoundation/scratch-vm/compare/v3.0.10...v3.0.11) (2024-03-06)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v2.0.15 ([0cfb50f](https://github.com/scratchfoundation/scratch-vm/commit/0cfb50ffc5ab4c172c67def259d8181630a9d151))
## [3.0.10](https://github.com/scratchfoundation/scratch-vm/compare/v3.0.9...v3.0.10) (2024-03-06)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-vm",
"version": "3.0.10",
"version": "3.0.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-vm",
"version": "3.0.10",
"version": "3.0.11",
"license": "BSD-3-Clause",
"dependencies": {
"@vernier/godirect": "^1.5.0",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "3.0.10",
"version": "3.0.11",
"description": "Virtual Machine for Scratch 3.0",
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
@ -8,7 +8,7 @@
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratch-vm.git",
"sha": "2d5907775fea5a3756ce84b3b506635961de50b8"
"sha": "7c5eac700a1afc125d0fe8c4b31b65a6885e52c4"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",