chore(release): 3.0.1 [skip ci]

## [3.0.1](https://github.com/scratchfoundation/scratch-vm/compare/v3.0.0...v3.0.1) (2024-03-04)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v2 ([2723712](272371247c))
This commit is contained in:
semantic-release-bot 2024-03-04 20:27:58 +00:00
parent 0df2f32680
commit c5fc76a3ee
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.1](https://github.com/scratchfoundation/scratch-vm/compare/v3.0.0...v3.0.1) (2024-03-04)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v2 ([2723712](https://github.com/scratchfoundation/scratch-vm/commit/272371247c2cd0210cb57b36aa36aa4cfd617c48))
# [3.0.0](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.78...v3.0.0) (2024-03-04)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "3.0.0",
"version": "3.0.1",
"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": "bc6f4199020cb38021fe649065a6b807fcd3c23f"
"sha": "0df2f3268007664b449aa11a431bde5a3eae920b"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",