From c9408a7e1006f05d7256caec96302361dcbc105d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 9 Feb 2023 10:04:48 +0000 Subject: [PATCH] chore(release): 1.3.43 [skip ci] ## [1.3.43](https://github.com/LLK/scratch-vm/compare/v1.3.42...v1.3.43) (2023-02-09) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20230209032429 ([0527085](https://github.com/LLK/scratch-vm/commit/0527085262f770222400b969c72c96f97183b704)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3604844e2..e2cc11ec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3.43](https://github.com/LLK/scratch-vm/compare/v1.3.42...v1.3.43) (2023-02-09) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20230209032429 ([0527085](https://github.com/LLK/scratch-vm/commit/0527085262f770222400b969c72c96f97183b704)) + ## [1.3.42](https://github.com/LLK/scratch-vm/compare/v1.3.41...v1.3.42) (2023-02-06) diff --git a/package-lock.json b/package-lock.json index 478b286f4..656f38f8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "1.3.42", + "version": "1.3.43", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "1.3.42", + "version": "1.3.43", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "1.5.0", diff --git a/package.json b/package.json index 6a6f164bd..93f1ed498 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "1.3.42", + "version": "1.3.43", "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": "d43ecc818987dd142327a979a1918e60aa6b0205" + "sha": "6f915d784fc9d7e6c9092219c502067f81792e9b" }, "main": "./dist/node/scratch-vm.js", "browser": "./src/index.js",