diff --git a/CHANGELOG.md b/CHANGELOG.md index ba2c008323..c2d91552f5 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.151](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.150...v1.1.151) (2024-06-16) + + +### Bug Fixes + +* **deps:** lock file maintenance ([fe3699a](https://github.com/scratchfoundation/scratch-blocks/commit/fe3699a010bb515ec0215c28c89320057f87ea78)) + ## [1.1.150](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.149...v1.1.150) (2024-06-16) diff --git a/package-lock.json b/package-lock.json index c72b5e23a5..8d40da0c5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.150", + "version": "1.1.151", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.150", + "version": "1.1.151", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index 39c3235231..f80e1b10cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.150", + "version": "1.1.151", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",