diff --git a/CHANGELOG.md b/CHANGELOG.md index a36f71e3c..b8d3c0992 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.3.21](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.20...v2.3.21) (2024-02-22) + + +### Bug Fixes + +* **deps:** update dependency scratch-semantic-release-config to v1.0.13 ([48c0002](https://github.com/scratchfoundation/scratch-vm/commit/48c0002ce2afe77ff046d05ac10a84d68d64b97d)) + ## [2.3.20](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.19...v2.3.20) (2024-02-22) diff --git a/package-lock.json b/package-lock.json index d0139adae..b27d7d360 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "2.3.20", + "version": "2.3.21", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "2.3.20", + "version": "2.3.21", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "^1.5.0", diff --git a/package.json b/package.json index 6e5a6ad62..325036520 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "2.3.20", + "version": "2.3.21", "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": "04f3930d5c36e2988e2f99e3b9d36809cb6cce63" + "sha": "f4724791542ce72bd6aabe3f7338b59bb69b773a" }, "main": "./dist/node/scratch-vm.js", "browser": "./src/index.js",