diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad81878e2..006737c606 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.178](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.177...v1.1.178) (2024-07-10) + + +### Bug Fixes + +* **deps:** lock file maintenance ([f3a29bc](https://github.com/scratchfoundation/scratch-blocks/commit/f3a29bcf729044de00276254b51c1938e53f90c1)) + ## [1.1.177](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.176...v1.1.177) (2024-07-09) diff --git a/package-lock.json b/package-lock.json index e2b88a89e9..2deb9126ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.177", + "version": "1.1.178", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.177", + "version": "1.1.178", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index 11b9e2e626..e69ef4cf4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.177", + "version": "1.1.178", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",