From 98af09353e75cb9c44106d44038e2a0a36c46997 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 1 Mar 2024 04:03:11 +0000 Subject: [PATCH] chore(release): 1.1.26 [skip ci] ## [1.1.26](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.25...v1.1.26) (2024-03-01) ### Bug Fixes * **deps:** lock file maintenance ([9ff5d7d](https://github.com/scratchfoundation/scratch-blocks/commit/9ff5d7d4b41be7f56cf2f77452212a51dc254bc9)) --- 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 0c647f92da..2ebf04b894 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.26](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.25...v1.1.26) (2024-03-01) + + +### Bug Fixes + +* **deps:** lock file maintenance ([9ff5d7d](https://github.com/scratchfoundation/scratch-blocks/commit/9ff5d7d4b41be7f56cf2f77452212a51dc254bc9)) + ## [1.1.25](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.24...v1.1.25) (2024-02-29) diff --git a/package-lock.json b/package-lock.json index 7f293c17b1..4ad4b3b5d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.25", + "version": "1.1.26", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.25", + "version": "1.1.26", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index 68c09e84ce..cc3d4382ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.25", + "version": "1.1.26", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",