diff --git a/CHANGELOG.md b/CHANGELOG.md index 948f0fee8a0..06b6a445a16 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. +## [2.1.10](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.9...v2.1.10) (2023-10-21) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.16.20231021032150 ([5b2e95a](https://github.com/scratchfoundation/scratch-vm/commit/5b2e95a8ee33de1cd282d1a8df45b920df27f8ad)) + ## [2.1.9](https://github.com/scratchfoundation/scratch-vm/compare/v2.1.8...v2.1.9) (2023-10-20) diff --git a/package-lock.json b/package-lock.json index 6ee6fb79629..9c0e55a2102 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "2.1.9", + "version": "2.1.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "2.1.9", + "version": "2.1.10", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "1.5.0", diff --git a/package.json b/package.json index 75173d28c2a..6ea45e6784d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "2.1.9", + "version": "2.1.10", "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/scratchfoundation/scratch-vm.git", - "sha": "31b0a31ee649b31fd3b9e882d60f55e77d6c5f59" + "sha": "2e8f4ac80b89298a8b97eee76a3c87182ff8d698" }, "main": "./dist/node/scratch-vm.js", "browser": "./src/index.js",