mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-08 14:01:58 -05:00
chore(release): 1.2.3 [skip ci]
## [1.2.3](https://github.com/LLK/scratch-vm/compare/v1.2.2...v1.2.3) (2022-09-13) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20220913031617 ([8749d78
](8749d78258
))
This commit is contained in:
parent
9505ffdf9b
commit
da67fcc331
3 changed files with 11 additions and 4 deletions
|
@ -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.
|
||||
|
||||
## [1.2.3](https://github.com/LLK/scratch-vm/compare/v1.2.2...v1.2.3) (2022-09-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update dependency scratch-l10n to v3.15.20220913031617 ([8749d78](https://github.com/LLK/scratch-vm/commit/8749d78258f61d894465d2dd2da21b04b11df100))
|
||||
|
||||
## [1.2.2](https://github.com/LLK/scratch-vm/compare/v1.2.1...v1.2.2) (2022-09-11)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-vm",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-vm",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@vernier/godirect": "1.5.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-vm",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3",
|
||||
"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/LLK/scratch-vm.git",
|
||||
"sha": "aec5561cfd989a6b7b58c2ccb26f77971d2896e4"
|
||||
"sha": "9505ffdf9b7f53132323e6a0dbebff2d39c19422"
|
||||
},
|
||||
"main": "./dist/node/scratch-vm.js",
|
||||
"browser": "./src/index.js",
|
||||
|
|
Loading…
Reference in a new issue