chore(release): 3.0.10 [skip ci]

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

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.18.47 ([3b0a18d](3b0a18d58c))
This commit is contained in:
semantic-release-bot 2024-03-06 10:35:38 +00:00
parent 2d5907775f
commit 7a45f64d17
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.10](https://github.com/scratchfoundation/scratch-vm/compare/v3.0.9...v3.0.10) (2024-03-06)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.18.47 ([3b0a18d](https://github.com/scratchfoundation/scratch-vm/commit/3b0a18d58cb27ccf5f8cfb8bb7af131aebda76aa))
## [3.0.9](https://github.com/scratchfoundation/scratch-vm/compare/v3.0.8...v3.0.9) (2024-03-06)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "3.0.9",
"version": "3.0.10",
"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": "6eae92cd1d620de0863ab04b1d11202cb24fa1e4"
"sha": "2d5907775fea5a3756ce84b3b506635961de50b8"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",