chore(release): 1.2.9 [skip ci]

## [1.2.9](https://github.com/LLK/scratch-vm/compare/v1.2.8...v1.2.9) (2022-09-20)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.15.20220920031622 ([7b3214a](7b3214aaaf))
This commit is contained in:
semantic-release-bot 2022-09-20 10:27:44 +00:00
parent e7dd036a50
commit 455fa4fa00
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 All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.2.9](https://github.com/LLK/scratch-vm/compare/v1.2.8...v1.2.9) (2022-09-20)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.15.20220920031622 ([7b3214a](https://github.com/LLK/scratch-vm/commit/7b3214aaaf39086cdb8c03defc77ff3c88c56716))
## [1.2.8](https://github.com/LLK/scratch-vm/compare/v1.2.7...v1.2.8) (2022-09-19) ## [1.2.8](https://github.com/LLK/scratch-vm/compare/v1.2.7...v1.2.8) (2022-09-19)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "scratch-vm", "name": "scratch-vm",
"version": "1.2.8", "version": "1.2.9",
"description": "Virtual Machine for Scratch 3.0", "description": "Virtual Machine for Scratch 3.0",
"author": "Massachusetts Institute of Technology", "author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
@ -8,7 +8,7 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/LLK/scratch-vm.git", "url": "https://github.com/LLK/scratch-vm.git",
"sha": "01ff10616dde56f8dc7d664ba8acc70ef7a6a684" "sha": "e7dd036a5085421172cc93d180a117011ab2fa54"
}, },
"main": "./dist/node/scratch-vm.js", "main": "./dist/node/scratch-vm.js",
"browser": "./src/index.js", "browser": "./src/index.js",