chore(release): 1.2.1 [skip ci]

## [1.2.1](https://github.com/LLK/scratch-vm/compare/v1.2.0...v1.2.1) (2022-09-10)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.15.20220910031637 ([01eaac3](01eaac3027))
This commit is contained in:
semantic-release-bot 2022-09-10 06:46:07 +00:00
parent 064ea7a957
commit b3efab24a0
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.
## [1.2.1](https://github.com/LLK/scratch-vm/compare/v1.2.0...v1.2.1) (2022-09-10)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.15.20220910031637 ([01eaac3](https://github.com/LLK/scratch-vm/commit/01eaac302791e30c7e3427605b99a7be97d41614))
# [1.2.0](https://github.com/LLK/scratch-vm/compare/v1.1.13...v1.2.0) (2022-09-09)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "1.2.0",
"version": "1.2.1",
"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": "b520525659aa14be2fd8e2bc0d3b3277f07eb0b1"
"sha": "064ea7a95757c3fa781f854f02474ca9d9815b6b"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js",