From 90f76105fb9b8bae4401da57ef08c92d55036214 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Apr 2024 09:02:24 +0000 Subject: [PATCH] chore(release): 1.1.92 [skip ci] ## [1.1.92](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.91...v1.1.92) (2024-04-18) ### Bug Fixes * **deps:** lock file maintenance ([c7f13ab](https://github.com/scratchfoundation/scratch-blocks/commit/c7f13ab7c8bfd085d132e93acfe74f6669cd610b)) --- 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 59259bdc80..c1b7957413 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.92](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.91...v1.1.92) (2024-04-18) + + +### Bug Fixes + +* **deps:** lock file maintenance ([c7f13ab](https://github.com/scratchfoundation/scratch-blocks/commit/c7f13ab7c8bfd085d132e93acfe74f6669cd610b)) + ## [1.1.91](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.90...v1.1.91) (2024-04-18) diff --git a/package-lock.json b/package-lock.json index 62c1c41be8..0200c53168 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.91", + "version": "1.1.92", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.91", + "version": "1.1.92", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index 0f66423d6e..86f82b4338 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.91", + "version": "1.1.92", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",