diff --git a/CHANGELOG.md b/CHANGELOG.md index 806da1e37e..f29c5c0fb2 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.28](https://github.com/LLK/scratch-vm/compare/v1.2.27...v1.2.28) (2022-10-13) + + +### Bug Fixes + +* **deps:** update dependency scratch-blocks to v0.1.0-prerelease.20221012214337 ([ae2352b](https://github.com/LLK/scratch-vm/commit/ae2352ba88576111194095414db7c7fdf3dc5579)) + ## [1.2.27](https://github.com/LLK/scratch-vm/compare/v1.2.26...v1.2.27) (2022-10-12) diff --git a/package-lock.json b/package-lock.json index 68eed244d8..2d1775126e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-vm", - "version": "1.2.27", + "version": "1.2.28", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-vm", - "version": "1.2.27", + "version": "1.2.28", "license": "BSD-3-Clause", "dependencies": { "@vernier/godirect": "1.5.0", diff --git a/package.json b/package.json index 5c4ca044da..327a946af2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-vm", - "version": "1.2.27", + "version": "1.2.28", "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": "56619ee485e3965db39cbbb74f57e6c2f5066619" + "sha": "4d56f7ff2ce52097e8e631af9b0f1ff143d48aca" }, "main": "./dist/node/scratch-vm.js", "browser": "./src/index.js",