diff --git a/CHANGELOG.md b/CHANGELOG.md index bc4841f1a8..b9040d9f05 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.119](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.118...v1.1.119) (2024-05-19) + + +### Bug Fixes + +* **deps:** lock file maintenance ([8302b44](https://github.com/scratchfoundation/scratch-blocks/commit/8302b4485e7b219dd1b0a14bb7ba2740383a88d7)) + ## [1.1.118](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.117...v1.1.118) (2024-05-18) diff --git a/package-lock.json b/package-lock.json index 29947014d7..df45f48fbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.118", + "version": "1.1.119", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.118", + "version": "1.1.119", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index b9f46bb72d..78c61bfa43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.118", + "version": "1.1.119", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",