From b30515253160e793ac3093a62dd7e4751b23d7c8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Jan 2024 06:40:00 +0000 Subject: [PATCH] chore(release): 1.0.3 [skip ci] ## [1.0.3](https://github.com/scratchfoundation/scratch-blocks/compare/v1.0.2...v1.0.3) (2024-01-11) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.16.20240111031939 ([31cea0c](https://github.com/scratchfoundation/scratch-blocks/commit/31cea0c45e2200f65e64e3852927d8e1e0212ce8)) --- 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 cae20b89a2..a9cf546ca2 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.3](https://github.com/scratchfoundation/scratch-blocks/compare/v1.0.2...v1.0.3) (2024-01-11) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.16.20240111031939 ([31cea0c](https://github.com/scratchfoundation/scratch-blocks/commit/31cea0c45e2200f65e64e3852927d8e1e0212ce8)) + ## [1.0.2](https://github.com/scratchfoundation/scratch-blocks/compare/v1.0.1...v1.0.2) (2024-01-10) diff --git a/package-lock.json b/package-lock.json index 1e62cc5368..084c7e6f3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.0.2", + "version": "1.0.3", "license": "Apache-2.0", "dependencies": { "chromedriver": "^118.0.1", diff --git a/package.json b/package.json index 8a82cef891..1753027f57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.0.2", + "version": "1.0.3", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",