From 653d341a296a0ef0d5d5c357d63bbf0235b8bc6e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 Jul 2024 09:42:30 +0000 Subject: [PATCH] chore(release): 1.1.198 [skip ci] ## [1.1.198](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.197...v1.1.198) (2024-07-27) ### Bug Fixes * **deps:** lock file maintenance ([c6abb84](https://github.com/scratchfoundation/scratch-blocks/commit/c6abb84c364a8c52641c01478945670b658aeb51)) --- 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 735db161fc..ff10c53959 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.198](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.197...v1.1.198) (2024-07-27) + + +### Bug Fixes + +* **deps:** lock file maintenance ([c6abb84](https://github.com/scratchfoundation/scratch-blocks/commit/c6abb84c364a8c52641c01478945670b658aeb51)) + ## [1.1.197](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.196...v1.1.197) (2024-07-27) diff --git a/package-lock.json b/package-lock.json index ce02a1adca..1c10a45705 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.197", + "version": "1.1.198", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.197", + "version": "1.1.198", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index 563155a30b..5ec828e2a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.197", + "version": "1.1.198", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",