chore(release): 2.1.34 [skip ci]

## [2.1.34](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.33...v2.1.34) (2023-12-16)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.16.20231216003333 ([a51b79a](a51b79ab75))
This commit is contained in:
semantic-release-bot 2023-12-16 03:08:20 +00:00
parent 8096f5de7f
commit 496ce4b11d
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.1.34](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.33...v2.1.34) (2023-12-16)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.16.20231216003333 ([a51b79a](https://github.com/scratchfoundation/scratch-vm/commit/a51b79ab75bc5037f21c08f95c30a37be20057d1))
## [2.1.33](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.32...v2.1.33) (2023-12-16)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "2.1.33",
"version": "2.1.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": "62e0b056aad87282b8de399d1bbe535f31369712"
"sha": "8096f5de7f11d9f3ca1f0b1686f894c97c319d77"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",