diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bab31fefe..fc3e9eb96c 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.6](https://github.com/scratchfoundation/scratch-blocks/compare/v1.0.5...v1.0.6) (2024-01-13) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.16.20240113031958 ([4b6048b](https://github.com/scratchfoundation/scratch-blocks/commit/4b6048ba5682140fd549cc3d8c8601fbc251a9ea)) + ## [1.0.5](https://github.com/scratchfoundation/scratch-blocks/compare/v1.0.4...v1.0.5) (2024-01-12) diff --git a/package-lock.json b/package-lock.json index 965264f93c..3d855cf3c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.0.5", + "version": "1.0.6", "license": "Apache-2.0", "dependencies": { "chromedriver": "^118.0.1", diff --git a/package.json b/package.json index 75aafaeacd..5ae9441130 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.0.5", + "version": "1.0.6", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",