From 41fd9cf26e05b811a3eb747678169ee2ca0f918e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Jul 2024 06:06:49 +0000 Subject: [PATCH] chore(release): 1.1.175 [skip ci] ## [1.1.175](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.174...v1.1.175) (2024-07-08) ### Bug Fixes * **deps:** lock file maintenance ([ce36722](https://github.com/scratchfoundation/scratch-blocks/commit/ce3672280436aa8eaf102cc913e2c56089670f2d)) --- 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 1c9bdec3e8..3df36afcbd 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.175](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.174...v1.1.175) (2024-07-08) + + +### Bug Fixes + +* **deps:** lock file maintenance ([ce36722](https://github.com/scratchfoundation/scratch-blocks/commit/ce3672280436aa8eaf102cc913e2c56089670f2d)) + ## [1.1.174](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.173...v1.1.174) (2024-07-07) diff --git a/package-lock.json b/package-lock.json index 0f4adc76d6..b620f424ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.174", + "version": "1.1.175", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.174", + "version": "1.1.175", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index c87b3254a5..82d53fabf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.174", + "version": "1.1.175", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",