diff --git a/CHANGELOG.md b/CHANGELOG.md index fc3e9eb96c..3577c0ce03 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.7](https://github.com/scratchfoundation/scratch-blocks/compare/v1.0.6...v1.0.7) (2024-01-14) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.16.20240114031932 ([df6c380](https://github.com/scratchfoundation/scratch-blocks/commit/df6c3804158a630bce78859ea5f2565417ece810)) + ## [1.0.6](https://github.com/scratchfoundation/scratch-blocks/compare/v1.0.5...v1.0.6) (2024-01-13) diff --git a/package-lock.json b/package-lock.json index 26f49e700c..8257ac7888 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "1.0.6", + "version": "1.0.7", "license": "Apache-2.0", "dependencies": { "chromedriver": "^118.0.1", diff --git a/package.json b/package.json index f09a4101b3..9ca3f14f4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "1.0.6", + "version": "1.0.7", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",