chore(release): 4.8.27 [skip ci]

## [4.8.27](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.26...v4.8.27) (2024-10-09)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v2.5.10 ([7e3f4cb](7e3f4cba87))
This commit is contained in:
semantic-release-bot 2024-10-09 12:26:51 +00:00
parent 52a9bb6451
commit 539929ffc0
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.
## [4.8.27](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.26...v4.8.27) (2024-10-09)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v2.5.10 ([7e3f4cb](https://github.com/scratchfoundation/scratch-vm/commit/7e3f4cba87df55a376c45757189c0e32647f4d0e))
## [4.8.26](https://github.com/scratchfoundation/scratch-vm/compare/v4.8.25...v4.8.26) (2024-10-09)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.8.26",
"version": "4.8.27",
"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": "e81e028050b72443ac3367992b03a1ba2b5179f7"
"sha": "52a9bb64511e1598efe1b06d9c674c65d7cb600e"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",