From 9d4ece1a2b60a5c353d546c4cdfa0bb3adcbbab1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 14 Jun 2024 07:17:18 +0000 Subject: [PATCH] chore(release): 1.1.147 [skip ci] ## [1.1.147](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.146...v1.1.147) (2024-06-14) ### Bug Fixes * **deps:** lock file maintenance ([52db517](https://github.com/scratchfoundation/scratch-blocks/commit/52db5171003c0c586f3832e0a1ceb1ba3f980f5b)) --- 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 aa88cf4b32..2f479ba8f4 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.147](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.146...v1.1.147) (2024-06-14) + + +### Bug Fixes + +* **deps:** lock file maintenance ([52db517](https://github.com/scratchfoundation/scratch-blocks/commit/52db5171003c0c586f3832e0a1ceb1ba3f980f5b)) + ## [1.1.146](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.145...v1.1.146) (2024-06-13) diff --git a/package-lock.json b/package-lock.json index 029cf2dd8c..702ed52e5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.146", + "version": "1.1.147", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.146", + "version": "1.1.147", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index 0cd1c9e133..d0afb269e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.146", + "version": "1.1.147", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",