diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5c73d4f8..6bab31fefe 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.5](https://github.com/scratchfoundation/scratch-blocks/compare/v1.0.4...v1.0.5) (2024-01-12) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.16.20240112032057 ([f80c469](https://github.com/scratchfoundation/scratch-blocks/commit/f80c469d46fefdcc30cf546adc9263d57f3a8181)) + ## [1.0.4](https://github.com/scratchfoundation/scratch-blocks/compare/v1.0.3...v1.0.4) (2024-01-12) diff --git a/package-lock.json b/package-lock.json index b6e3f5b3d9..d47d296cd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.0.4", + "version": "1.0.5", "license": "Apache-2.0", "dependencies": { "chromedriver": "^118.0.1", diff --git a/package.json b/package.json index ef2dffbf64..42237f95a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.0.4", + "version": "1.0.5", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",