diff --git a/CHANGELOG.md b/CHANGELOG.md index ba524958f1..59235a9489 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.0.0-beta.2](https://github.com/scratchfoundation/scratch-blocks/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2024-10-18) + + +### Bug Fixes + +* don't include Blockly RC source in npm package ([e41f8d0](https://github.com/scratchfoundation/scratch-blocks/commit/e41f8d023fdb085d87519f90a92d85d32b682368)) + # [2.0.0-beta.1](https://github.com/scratchfoundation/scratch-blocks/compare/v1.2.0-beta.1...v2.0.0-beta.1) (2024-10-18) diff --git a/package-lock.json b/package-lock.json index ee9e4f90a1..382f9668d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "license": "Apache-2.0", "dependencies": { "@blockly/continuous-toolbox": "^6.0.9", diff --git a/package.json b/package.json index 70c5d3b533..5595506f59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",