diff --git a/CHANGELOG.md b/CHANGELOG.md index 75e540067c..3922de38a5 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.23](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.22...v1.1.23) (2024-02-29) + + +### Bug Fixes + +* **deps:** lock file maintenance ([c957014](https://github.com/scratchfoundation/scratch-blocks/commit/c957014c5d070da84af40a3950942831bf94b6de)) + ## [1.1.22](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.21...v1.1.22) (2024-02-29) diff --git a/package-lock.json b/package-lock.json index 0fba6c51d7..1542685f4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.22", + "version": "1.1.23", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.22", + "version": "1.1.23", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index b564c845a0..628eee9e6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.22", + "version": "1.1.23", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",