From 703cc75710d112e5fadc6157cd857d4a55cbec00 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 24 Feb 2024 05:27:45 +0000 Subject: [PATCH] chore(release): 1.1.11 [skip ci] ## [1.1.11](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.10...v1.1.11) (2024-02-24) ### Bug Fixes * **deps:** update dependency scratch-semantic-release-config to v1.0.14 ([b0709fc](https://github.com/scratchfoundation/scratch-blocks/commit/b0709fc3130dc9b5e23b1ed384f1391bb3d80f1d)) --- 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 1ce4ab3bcb..b43d5c5505 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.11](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.10...v1.1.11) (2024-02-24) + + +### Bug Fixes + +* **deps:** update dependency scratch-semantic-release-config to v1.0.14 ([b0709fc](https://github.com/scratchfoundation/scratch-blocks/commit/b0709fc3130dc9b5e23b1ed384f1391bb3d80f1d)) + ## [1.1.10](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.9...v1.1.10) (2024-02-22) diff --git a/package-lock.json b/package-lock.json index 4d752224d6..921c64b6ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.10", + "version": "1.1.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.10", + "version": "1.1.11", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index 734ba6d6f0..5d18ee43c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.10", + "version": "1.1.11", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",