chore(release): 2.3.48 [skip ci]

## [2.3.48](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.47...v2.3.48) (2024-02-28)

### Bug Fixes

* **deps:** lock file maintenance ([7093316](7093316477))
* **deps:** update dependency scratch-l10n to v3.18.25 ([d2ee24f](d2ee24f21e))
This commit is contained in:
semantic-release-bot 2024-02-28 06:50:16 +00:00
parent 5e6cca5e00
commit f9fba96d97
3 changed files with 12 additions and 4 deletions

View file

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.3.48](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.47...v2.3.48) (2024-02-28)
### Bug Fixes
* **deps:** lock file maintenance ([7093316](https://github.com/scratchfoundation/scratch-vm/commit/709331647769e759a83b5b721a364e033b24e7a1))
* **deps:** update dependency scratch-l10n to v3.18.25 ([d2ee24f](https://github.com/scratchfoundation/scratch-vm/commit/d2ee24f21e2c10cdcf3b0deeb9c712349aaa9265))
## [2.3.47](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.46...v2.3.47) (2024-02-28)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "2.3.47",
"version": "2.3.48",
"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": "723607a56529bee131bdaaa723554a7feb91a5e5"
"sha": "5e6cca5e0063a3d616b8b638d456403516c14892"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",