diff --git a/CHANGELOG.md b/CHANGELOG.md index de0b8760b..c5adbe283 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.2.15](https://github.com/LLK/scratch-vm/compare/v1.2.14...v1.2.15) (2022-09-23) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20220923031622 ([361a41b](https://github.com/LLK/scratch-vm/commit/361a41be98135922f3c47312101e56b7dc1a1f85)) + ## [1.2.14](https://github.com/LLK/scratch-vm/compare/v1.2.13...v1.2.14) (2022-09-22) diff --git a/package-lock.json b/package-lock.json index 7f3c1c7bb..b5093c231 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "1.2.14", + "version": "1.2.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "1.2.14", + "version": "1.2.15", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "1.5.0", diff --git a/package.json b/package.json index cf9da8cc7..f7b0197a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "1.2.14", + "version": "1.2.15", "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": "9395b22509d2551762ea2cd82124258828f10588" + "sha": "70f8ecc26e6611d4e40c4e07e506a382d8de4850" }, "main": "./dist/node/scratch-vm.js", "browser": "./src/index.js",