chore(release): 2.1.49 [skip ci]

## [2.1.49](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.48...v2.1.49) (2023-12-31)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.16.20231231031840 ([23a8113](23a81136ba))
This commit is contained in:
semantic-release-bot 2023-12-31 06:39:25 +00:00
parent fea8f35df1
commit 0a73efa1f5
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.
## [2.1.49](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.48...v2.1.49) (2023-12-31)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.16.20231231031840 ([23a8113](https://github.com/scratchfoundation/scratch-vm/commit/23a81136bac60e4980f7d4a28ec5d2748d3dd5fa))
## [2.1.48](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.47...v2.1.48) (2023-12-27)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "2.1.48",
"version": "2.1.49",
"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": "9f2ce967fc17878157cb38ade3002796d09c9d32"
"sha": "fea8f35df1b30f46f175ff8326c5cd486a84b65f"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",