diff --git a/CHANGELOG.md b/CHANGELOG.md index a9cf546ca2..2d5c73d4f8 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.4](https://github.com/scratchfoundation/scratch-blocks/compare/v1.0.3...v1.0.4) (2024-01-12) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.16.20240111233500 ([f1066fb](https://github.com/scratchfoundation/scratch-blocks/commit/f1066fb787aac24348d85c25f3bed339267b4f15)) + ## [1.0.3](https://github.com/scratchfoundation/scratch-blocks/compare/v1.0.2...v1.0.3) (2024-01-11) diff --git a/package-lock.json b/package-lock.json index 591673cbbb..275ea307b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.0.3", + "version": "1.0.4", "license": "Apache-2.0", "dependencies": { "chromedriver": "^118.0.1", diff --git a/package.json b/package.json index 9cd2427ca5..80f8b0e643 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.0.3", + "version": "1.0.4", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",