chore(release): 4.5.100 [skip ci]

## [4.5.100](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.99...v4.5.100) (2024-04-20)

### Bug Fixes

* **deps:** update dependency scratch-svg-renderer to v2.3.27 ([83d5b05](83d5b0578b))
This commit is contained in:
semantic-release-bot 2024-04-20 21:04:56 +00:00
parent ed05fe89e8
commit ec97b7a494
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.5.100](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.99...v4.5.100) (2024-04-20)
### Bug Fixes
* **deps:** update dependency scratch-svg-renderer to v2.3.27 ([83d5b05](https://github.com/scratchfoundation/scratch-vm/commit/83d5b0578b583627cbc1dc4c31a1bc03f8e01b4c))
## [4.5.99](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.98...v4.5.99) (2024-04-20)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.99",
"version": "4.5.100",
"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": "5ed1994bf6fadc34983751c40736d905e8b996c1"
"sha": "ed05fe89e8ca617fdd8f1e522afa8bcb91be375c"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",