chore(release): 3.0.13 [skip ci]

## [3.0.13](https://github.com/scratchfoundation/scratch-vm/compare/v3.0.12...v3.0.13) (2024-03-06)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.19 ([38d7eec](38d7eec227))
This commit is contained in:
semantic-release-bot 2024-03-06 18:40:35 +00:00
parent 052a3e52a1
commit de895ce79b
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.
## [3.0.13](https://github.com/scratchfoundation/scratch-vm/compare/v3.0.12...v3.0.13) (2024-03-06)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.19 ([38d7eec](https://github.com/scratchfoundation/scratch-vm/commit/38d7eec227d5960f1b04dc7438e9f598dc2e3256))
## [3.0.12](https://github.com/scratchfoundation/scratch-vm/compare/v3.0.11...v3.0.12) (2024-03-06)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "3.0.12",
"version": "3.0.13",
"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": "958dbf94853779e753bcdb5f1f8111284fabb58a"
"sha": "052a3e52a1125eb6735db28819c38e8461e59a49"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",