chore(release): 4.5.182 [skip ci]

## [4.5.182](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.181...v4.5.182) (2024-05-25)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.51 ([dd1de77](dd1de77549))
This commit is contained in:
semantic-release-bot 2024-05-25 18:18:45 +00:00
parent 321d1e642a
commit c29f7a31d2
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.182](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.181...v4.5.182) (2024-05-25)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.51 ([dd1de77](https://github.com/scratchfoundation/scratch-vm/commit/dd1de77549ba8f4de51db3f47367289eb87c4ee7))
## [4.5.181](https://github.com/scratchfoundation/scratch-vm/compare/v4.5.180...v4.5.181) (2024-05-25)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "4.5.181",
"version": "4.5.182",
"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": "33adf2a815aecaefa0e2d73f26b3c97fa4df31fc"
"sha": "321d1e642a5b6b2e70a2c85ecb7e722f2299de35"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",