chore(release): 1.3.39 [skip ci]

## [1.3.39](https://github.com/LLK/scratch-vm/compare/v1.3.38...v1.3.39) (2023-02-03)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230203075538 ([b6e3389](b6e3389492))
This commit is contained in:
semantic-release-bot 2023-02-03 15:08:56 +00:00
parent 6c0e8c8137
commit f8ae0a3af8
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.39](https://github.com/LLK/scratch-vm/compare/v1.3.38...v1.3.39) (2023-02-03)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20230203075538 ([b6e3389](https://github.com/LLK/scratch-vm/commit/b6e3389492851feddf61409d5ab7a1efa28630e7))
## [1.3.38](https://github.com/LLK/scratch-vm/compare/v1.3.37...v1.3.38) (2023-02-03)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "1.3.38",
"version": "1.3.39",
"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": "29fec05a02aa32716d4dac1926554df634b251cd"
"sha": "6c0e8c81377a486835a1187d21a2f6e6d1a7987f"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",