diff --git a/CHANGELOG.md b/CHANGELOG.md index c17a41602c..3cdf9528bd 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.163](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.162...v1.1.163) (2024-06-27) + + +### Bug Fixes + +* **deps:** lock file maintenance ([be9ae67](https://github.com/scratchfoundation/scratch-blocks/commit/be9ae67d3e4b77cdb68484708a3bd5610bc89df9)) + ## [1.1.162](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.161...v1.1.162) (2024-06-26) diff --git a/package-lock.json b/package-lock.json index 11ead728ce..b5ff90c11e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.162", + "version": "1.1.163", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.162", + "version": "1.1.163", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index 2b76821361..261194216a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.162", + "version": "1.1.163", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",