diff --git a/CHANGELOG.md b/CHANGELOG.md index f29c5c0fb2..3acd6a7e25 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.29](https://github.com/LLK/scratch-vm/compare/v1.2.28...v1.2.29) (2022-10-13) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20221013032144 ([4c86e55](https://github.com/LLK/scratch-vm/commit/4c86e551a1088aa96aa79423fd23dccda624840a)) + ## [1.2.28](https://github.com/LLK/scratch-vm/compare/v1.2.27...v1.2.28) (2022-10-13) diff --git a/package-lock.json b/package-lock.json index 1a4a696661..cc2cd54853 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "1.2.28", + "version": "1.2.29", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "1.2.28", + "version": "1.2.29", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "1.5.0", diff --git a/package.json b/package.json index 0eab34fe51..7537c6b806 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "1.2.28", + "version": "1.2.29", "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": "4d56f7ff2ce52097e8e631af9b0f1ff143d48aca" + "sha": "0e8bdfda0d519e6ada2a0cc6ca220bb41030f18f" }, "main": "./dist/node/scratch-vm.js", "browser": "./src/index.js",