diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c9bdec3e8..3df36afcbd 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.175](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.174...v1.1.175) (2024-07-08) + + +### Bug Fixes + +* **deps:** lock file maintenance ([ce36722](https://github.com/scratchfoundation/scratch-blocks/commit/ce3672280436aa8eaf102cc913e2c56089670f2d)) + ## [1.1.174](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.173...v1.1.174) (2024-07-07) diff --git a/package-lock.json b/package-lock.json index 0f4adc76d6..b620f424ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.174", + "version": "1.1.175", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.174", + "version": "1.1.175", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index c87b3254a5..82d53fabf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.174", + "version": "1.1.175", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",