diff --git a/CHANGELOG.md b/CHANGELOG.md index baced50c80..91046f747c 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.166](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.165...v1.1.166) (2024-06-30) + + +### Bug Fixes + +* **deps:** lock file maintenance ([565090d](https://github.com/scratchfoundation/scratch-blocks/commit/565090de92a33405aa89bccfafae9d9030bd0790)) + ## [1.1.165](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.164...v1.1.165) (2024-06-28) diff --git a/package-lock.json b/package-lock.json index be45259d80..72def07717 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.165", + "version": "1.1.166", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.165", + "version": "1.1.166", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index 9b8ff64912..744ae2effe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.165", + "version": "1.1.166", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",