From 900bc4bfb4a230b8918482e39478a842261e2b58 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 10 Jun 2024 06:33:55 +0000 Subject: [PATCH] chore(release): 1.1.142 [skip ci] ## [1.1.142](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.141...v1.1.142) (2024-06-10) ### Bug Fixes * **deps:** lock file maintenance ([f1fb6fe](https://github.com/scratchfoundation/scratch-blocks/commit/f1fb6fec5747694f8c1f0c3c8e1304a5ea3f6842)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e652902ef..8986443920 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.142](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.141...v1.1.142) (2024-06-10) + + +### Bug Fixes + +* **deps:** lock file maintenance ([f1fb6fe](https://github.com/scratchfoundation/scratch-blocks/commit/f1fb6fec5747694f8c1f0c3c8e1304a5ea3f6842)) + ## [1.1.141](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.140...v1.1.141) (2024-06-09) diff --git a/package-lock.json b/package-lock.json index bacb426db8..1a18ddbc5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.141", + "version": "1.1.142", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.141", + "version": "1.1.142", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index 808cbbe873..6110b7a784 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.141", + "version": "1.1.142", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",