chore(release): 2.3.34 [skip ci]

## [2.3.34](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.33...v2.3.34) (2024-02-25)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.18.17 ([71c6e92](71c6e9290a))
This commit is contained in:
semantic-release-bot 2024-02-25 07:13:40 +00:00
parent 7bd05d2f9d
commit a25ed95d5c
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.
## [2.3.34](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.33...v2.3.34) (2024-02-25)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.18.17 ([71c6e92](https://github.com/scratchfoundation/scratch-vm/commit/71c6e9290ab86ff2947cb69b3f6a41601ed6a608))
## [2.3.33](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.32...v2.3.33) (2024-02-24)

4
package-lock.json generated
View file

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

View file

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