chore(release): 1.2.34 [skip ci]

## [1.2.34](https://github.com/LLK/scratch-vm/compare/v1.2.33...v1.2.34) (2022-10-16)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20221016064500 ([bff5861](bff586180c))
This commit is contained in:
semantic-release-bot 2022-10-16 09:36:17 +00:00
parent 7efa052e16
commit b6d90463fc
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.
## [1.2.34](https://github.com/LLK/scratch-vm/compare/v1.2.33...v1.2.34) (2022-10-16)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20221016064500 ([bff5861](https://github.com/LLK/scratch-vm/commit/bff586180c5bef755e96a4aae50b0bb1a1fdc4e4))
## [1.2.33](https://github.com/LLK/scratch-vm/compare/v1.2.32...v1.2.33) (2022-10-16)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "1.2.33",
"version": "1.2.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/LLK/scratch-vm.git",
"sha": "bcc2f58be5a14094ad3018ee72c0133acd3f1d60"
"sha": "7efa052e16b0081af04a388e2cf53fff08dc37de"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",