From 50c60786cdf05b139b3310bd9432e6e779fa093b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 15 Jun 2024 07:22:37 +0000 Subject: [PATCH] chore(release): 1.1.148 [skip ci] ## [1.1.148](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.147...v1.1.148) (2024-06-15) ### Bug Fixes * **deps:** lock file maintenance ([e17d972](https://github.com/scratchfoundation/scratch-blocks/commit/e17d972fd221ec1e2037e6e8943dbaa388f35713)) --- 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 2f479ba8f4..d57bfe76c9 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.148](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.147...v1.1.148) (2024-06-15) + + +### Bug Fixes + +* **deps:** lock file maintenance ([e17d972](https://github.com/scratchfoundation/scratch-blocks/commit/e17d972fd221ec1e2037e6e8943dbaa388f35713)) + ## [1.1.147](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.146...v1.1.147) (2024-06-14) diff --git a/package-lock.json b/package-lock.json index e4dda9b292..163c415748 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.147", + "version": "1.1.148", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.147", + "version": "1.1.148", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index d0afb269e2..86497467de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.147", + "version": "1.1.148", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",