From ea0b0d09e518ffc75c621101b2927e60042013d2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 Jun 2024 06:33:47 +0000 Subject: [PATCH] chore(release): 1.1.150 [skip ci] ## [1.1.150](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.149...v1.1.150) (2024-06-16) ### Bug Fixes * **deps:** lock file maintenance ([9be316e](https://github.com/scratchfoundation/scratch-blocks/commit/9be316e9a315318ed89093afbbf1bd2708c011ba)) --- 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 2a6e12f690..ba2c008323 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.150](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.149...v1.1.150) (2024-06-16) + + +### Bug Fixes + +* **deps:** lock file maintenance ([9be316e](https://github.com/scratchfoundation/scratch-blocks/commit/9be316e9a315318ed89093afbbf1bd2708c011ba)) + ## [1.1.149](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.148...v1.1.149) (2024-06-15) diff --git a/package-lock.json b/package-lock.json index d2d3d30e46..3a8ffa323a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.149", + "version": "1.1.150", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.149", + "version": "1.1.150", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index f628f120be..39c3235231 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.149", + "version": "1.1.150", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",