diff --git a/CHANGELOG.md b/CHANGELOG.md index f58e00e9cf..03ba365658 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.1.30](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.29...v1.1.30) (2024-03-02) + + +### Bug Fixes + +* **deps:** lock file maintenance ([5e9a67d](https://github.com/scratchfoundation/scratch-blocks/commit/5e9a67da7c3a4da50056c9b9ab304abf8f70a794)) + ## [1.1.29](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.28...v1.1.29) (2024-03-01) diff --git a/package-lock.json b/package-lock.json index 6b78bf4404..6e8bcf7c0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.29", + "version": "1.1.30", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.29", + "version": "1.1.30", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index 43c231e09a..164500a939 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.29", + "version": "1.1.30", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",