From 0b9f1fd7f0958d9ee1ffbea7c515af5ad5b2970c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 28 Jul 2024 06:48:01 +0000 Subject: [PATCH] chore(release): 1.1.199 [skip ci] ## [1.1.199](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.198...v1.1.199) (2024-07-28) ### Bug Fixes * **deps:** lock file maintenance ([d12aa91](https://github.com/scratchfoundation/scratch-blocks/commit/d12aa91f3813920da9700871a692c1c0c98b3f18)) --- 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 ff10c53959..187b979061 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.199](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.198...v1.1.199) (2024-07-28) + + +### Bug Fixes + +* **deps:** lock file maintenance ([d12aa91](https://github.com/scratchfoundation/scratch-blocks/commit/d12aa91f3813920da9700871a692c1c0c98b3f18)) + ## [1.1.198](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.197...v1.1.198) (2024-07-27) diff --git a/package-lock.json b/package-lock.json index a1b334823e..bdc6785968 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.198", + "version": "1.1.199", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.198", + "version": "1.1.199", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index 5ec828e2a9..cdf44be7df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.198", + "version": "1.1.199", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",