chore(release): 2.3.5 [skip ci]

## [2.3.5](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.4...v2.3.5) (2024-02-16)

### Bug Fixes

* **deps:** update dependency scratch-blocks to v1.1.5 ([475479d](475479d471))
This commit is contained in:
semantic-release-bot 2024-02-16 07:37:29 +00:00
parent 75a9d858e8
commit aaa09d239b
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.5](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.4...v2.3.5) (2024-02-16)
### Bug Fixes
* **deps:** update dependency scratch-blocks to v1.1.5 ([475479d](https://github.com/scratchfoundation/scratch-vm/commit/475479d471715526a5a73845ebe97802809d5d6d))
## [2.3.4](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.3...v2.3.4) (2024-01-29)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "2.3.4",
"version": "2.3.5",
"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": "3581c52cfc84ece92898bccba56b34f525811ed2"
"sha": "75a9d858e8172c1be5aef0555c1388b253ba4caa"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",