diff --git a/CHANGELOG.md b/CHANGELOG.md index b8903758e2..b1fd90e2c5 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.40](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.39...v1.1.40) (2024-03-07) + + +### Bug Fixes + +* **deps:** lock file maintenance ([f0b86a9](https://github.com/scratchfoundation/scratch-blocks/commit/f0b86a9fe87d8356451a9277ecd53484a260040e)) + ## [1.1.39](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.38...v1.1.39) (2024-03-07) diff --git a/package-lock.json b/package-lock.json index 6d11a9b923..96ccb47d6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.39", + "version": "1.1.40", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.39", + "version": "1.1.40", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index cf9c83eb43..1747d18e2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.39", + "version": "1.1.40", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",