diff --git a/CHANGELOG.md b/CHANGELOG.md index 2301542926..461f752ff0 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.28](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.27...v1.1.28) (2024-03-01) + + +### Bug Fixes + +* **deps:** lock file maintenance ([e482939](https://github.com/scratchfoundation/scratch-blocks/commit/e482939a67c68dbbe214c233c4525e12e57103fe)) + ## [1.1.27](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.26...v1.1.27) (2024-03-01) diff --git a/package-lock.json b/package-lock.json index eaa5cc4b68..1f6e035ef9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.27", + "version": "1.1.28", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.27", + "version": "1.1.28", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index 70989eff78..1cfb2c9b45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.27", + "version": "1.1.28", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",