From 3089d4790e16218a35ef5d9a3af99dc9a8064e8a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Jan 2024 19:58:37 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/scratchfoundation/scratch-blocks/compare/v1.0.0...v1.0.1) (2024-01-09) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.16.20240109031949 ([dc75c79](https://github.com/scratchfoundation/scratch-blocks/commit/dc75c79cdb89681c8f6bfbdc06d652ca4d94defc)) --- 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 e644e999b9..35b6de77c7 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.1](https://github.com/scratchfoundation/scratch-blocks/compare/v1.0.0...v1.0.1) (2024-01-09) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.16.20240109031949 ([dc75c79](https://github.com/scratchfoundation/scratch-blocks/commit/dc75c79cdb89681c8f6bfbdc06d652ca4d94defc)) + # 1.0.0 (2024-01-09) diff --git a/package-lock.json b/package-lock.json index 2796c67a12..1be53da103 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.0.0", + "version": "1.0.1", "license": "Apache-2.0", "dependencies": { "chromedriver": "^118.0.1", diff --git a/package.json b/package.json index b64f8a5166..69be43e2ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.0.0", + "version": "1.0.1", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",