From 50536e2ff99caab0aca1133bb13040b426ec083c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Apr 2024 09:07:02 +0000 Subject: [PATCH] chore(release): 1.1.102 [skip ci] ## [1.1.102](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.101...v1.1.102) (2024-04-29) ### Bug Fixes * **deps:** lock file maintenance ([a00fa5c](https://github.com/scratchfoundation/scratch-blocks/commit/a00fa5c6c09328b6c7b87af0d42eb2888d7bc520)) --- 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 0b8a7d24ab..56b5fcc481 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.102](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.101...v1.1.102) (2024-04-29) + + +### Bug Fixes + +* **deps:** lock file maintenance ([a00fa5c](https://github.com/scratchfoundation/scratch-blocks/commit/a00fa5c6c09328b6c7b87af0d42eb2888d7bc520)) + ## [1.1.101](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.100...v1.1.101) (2024-04-29) diff --git a/package-lock.json b/package-lock.json index c41eab4176..6be9d91b3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.101", + "version": "1.1.102", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.101", + "version": "1.1.102", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index 9a4c16ffb7..9528271c7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.101", + "version": "1.1.102", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",