diff --git a/CHANGELOG.md b/CHANGELOG.md index 260e99b43b..e2260ecf0f 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.7](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.6...v1.1.7) (2024-02-21) + + +### Bug Fixes + +* **deps:** lock file maintenance ([20bd685](https://github.com/scratchfoundation/scratch-blocks/commit/20bd6853f592e88bae339f807ead8585a1374e7d)) + ## [1.1.6](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.5...v1.1.6) (2024-02-17) diff --git a/package-lock.json b/package-lock.json index 7b5bc08a56..2c6c98efc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.6", + "version": "1.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.6", + "version": "1.1.7", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index 477d19427c..63e898d553 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.6", + "version": "1.1.7", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",