diff --git a/CHANGELOG.md b/CHANGELOG.md index 5671e1b978..63b19dc9d2 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.186](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.185...v1.1.186) (2024-07-16) + + +### Bug Fixes + +* **deps:** lock file maintenance ([6129e79](https://github.com/scratchfoundation/scratch-blocks/commit/6129e79bb4c2580002c68082ddd24a10d5d1ffe0)) + ## [1.1.185](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.184...v1.1.185) (2024-07-15) diff --git a/package-lock.json b/package-lock.json index 2ec877818f..cae37324e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.185", + "version": "1.1.186", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.185", + "version": "1.1.186", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index 84f36afa58..f1bb2caa35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.185", + "version": "1.1.186", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",