From 661537e54d9b731f0079c99b80834950fd167035 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 22 Feb 2024 10:31:49 +0000 Subject: [PATCH] chore(release): 1.1.9 [skip ci] ## [1.1.9](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.8...v1.1.9) (2024-02-22) ### Bug Fixes * **deps:** update dependency scratch-semantic-release-config to v1.0.12 ([a87625c](https://github.com/scratchfoundation/scratch-blocks/commit/a87625ca6dc8a31dc0902eedb9c6f1d93bb48853)) --- 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 58a38bc0c1..0ad20b2580 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.9](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.8...v1.1.9) (2024-02-22) + + +### Bug Fixes + +* **deps:** update dependency scratch-semantic-release-config to v1.0.12 ([a87625c](https://github.com/scratchfoundation/scratch-blocks/commit/a87625ca6dc8a31dc0902eedb9c6f1d93bb48853)) + ## [1.1.8](https://github.com/scratchfoundation/scratch-blocks/compare/v1.1.7...v1.1.8) (2024-02-21) diff --git a/package-lock.json b/package-lock.json index c2068df210..e34628dc13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.1.8", + "version": "1.1.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.1.8", + "version": "1.1.9", "license": "Apache-2.0", "dependencies": { "exports-loader": "^0.7.0", diff --git a/package.json b/package.json index 2f34f8eb4e..6f366fa042 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.1.8", + "version": "1.1.9", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",