chore(release): 1.3.29 [skip ci]

## [1.3.29](https://github.com/LLK/scratch-vm/compare/v1.3.28...v1.3.29) (2023-01-27)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230126203238 ([42faf90](42faf90a04))
This commit is contained in:
semantic-release-bot 2023-01-27 02:09:07 +00:00
parent aa32091a53
commit 22612f7a7e
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.3.29](https://github.com/LLK/scratch-vm/compare/v1.3.28...v1.3.29) (2023-01-27)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230126203238 ([42faf90](https://github.com/LLK/scratch-vm/commit/42faf90a0465d137476d3c17831fa6fcb1e7d23f))
## [1.3.28](https://github.com/LLK/scratch-vm/compare/v1.3.27...v1.3.28) (2023-01-25)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "1.3.28",
"version": "1.3.29",
"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": "d23c48f4b89f73889fb0bca2d4991c319d901433"
"sha": "aa32091a53daf0f938d642c1a4f2329fbca8854e"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",