diff --git a/CHANGELOG.md b/CHANGELOG.md index b3261d33e..fb1cacf91 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.5.15](https://github.com/LLK/scratch-vm/compare/v1.5.14...v1.5.15) (2023-03-27) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20230327032134 ([dfe3427](https://github.com/LLK/scratch-vm/commit/dfe3427c27b41da508d0222b8e2b945ee72f99eb)) + ## [1.5.14](https://github.com/LLK/scratch-vm/compare/v1.5.13...v1.5.14) (2023-03-27) diff --git a/package-lock.json b/package-lock.json index 717f53097..197a6f41d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "1.5.14", + "version": "1.5.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "1.5.14", + "version": "1.5.15", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "1.5.0", diff --git a/package.json b/package.json index 072c68290..c3bebfa16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "1.5.14", + "version": "1.5.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": "6a98abf8edcdfcb1e84173ed49dcd9e5d474d71c" + "sha": "3bb48e9a2468f5adc200ff18fef07ca7fe50cb29" }, "main": "./dist/node/scratch-vm.js", "browser": "./src/index.js",