From a308e37300dcc93cf2623e3564b394af690158e3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 16 Jan 2024 12:24:56 +0000 Subject: [PATCH] chore(release): 1.0.8 [skip ci] ## [1.0.8](https://github.com/scratchfoundation/scratch-blocks/compare/v1.0.7...v1.0.8) (2024-01-16) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.16.20240116031928 ([e3c6fe1](https://github.com/scratchfoundation/scratch-blocks/commit/e3c6fe18ec6c4250bc1c8679fde3bacc0d3af62c)) --- 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 3577c0ce03..a59184e54c 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.0.8](https://github.com/scratchfoundation/scratch-blocks/compare/v1.0.7...v1.0.8) (2024-01-16) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.16.20240116031928 ([e3c6fe1](https://github.com/scratchfoundation/scratch-blocks/commit/e3c6fe18ec6c4250bc1c8679fde3bacc0d3af62c)) + ## [1.0.7](https://github.com/scratchfoundation/scratch-blocks/compare/v1.0.6...v1.0.7) (2024-01-14) diff --git a/package-lock.json b/package-lock.json index 350ed8039b..0dc583c0c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.0.7", + "version": "1.0.8", "license": "Apache-2.0", "dependencies": { "chromedriver": "^118.0.1", diff --git a/package.json b/package.json index 29f3b4fcd1..2b256749a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.0.7", + "version": "1.0.8", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",