From 95d71f5d0939eb18ff9e308f302b953b2b7ceee3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Jul 2024 07:20:17 +0000 Subject: [PATCH] chore(release): 1.1.200 [skip ci] ## [1.1.200](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.199...v1.1.200) (2024-07-29) ### Bug Fixes * **deps:** lock file maintenance ([69ed11b](https://github.com/scratchfoundation/scratch-blocks/commit/69ed11b46404e5dcbe1826a5333e02bb1d9e582a)) --- 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 187b979061..8224338b06 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.200](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.199...v1.1.200) (2024-07-29) + + +### Bug Fixes + +* **deps:** lock file maintenance ([69ed11b](https://github.com/scratchfoundation/scratch-blocks/commit/69ed11b46404e5dcbe1826a5333e02bb1d9e582a)) + ## [1.1.199](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.198...v1.1.199) (2024-07-28) diff --git a/package-lock.json b/package-lock.json index 54e2118f8c..dab68aaa48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.199", + "version": "1.1.200", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.199", + "version": "1.1.200", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index cdf44be7df..fb8e885989 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.199", + "version": "1.1.200", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",