diff --git a/CHANGELOG.md b/CHANGELOG.md index 8224338b06..8333c825e0 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.201](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.200...v1.1.201) (2024-07-29) + + +### Bug Fixes + +* **deps:** lock file maintenance ([9a13c39](https://github.com/scratchfoundation/scratch-blocks/commit/9a13c39bd04dacd81bcdc62d628731f55e8029ce)) + ## [1.1.200](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.199...v1.1.200) (2024-07-29) diff --git a/package-lock.json b/package-lock.json index 61193a2d33..0ef1a8bd21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.200", + "version": "1.1.201", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.200", + "version": "1.1.201", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index fb8e885989..792326b9a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.200", + "version": "1.1.201", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",