diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b1ee53987..3759a74dee0 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. +## [3.2.43](https://github.com/LLK/scratch-gui/compare/v3.2.42...v3.2.43) (2024-01-10) + + +### Bug Fixes + +* **deps:** update dependency scratch-blocks to v1.0.2 ([1fb36ca](https://github.com/LLK/scratch-gui/commit/1fb36cab5676c8bd3f6c103eaaba3fbba3b9f9cc)) + ## [3.2.42](https://github.com/LLK/scratch-gui/compare/v3.2.41...v3.2.42) (2024-01-10) diff --git a/package-lock.json b/package-lock.json index 0752ff2decc..8d4c0b5551f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-gui", - "version": "3.2.42", + "version": "3.2.43", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-gui", - "version": "3.2.42", + "version": "3.2.43", "license": "BSD-3-Clause", "dependencies": { "@microbit/microbit-universal-hex": "0.2.2", diff --git a/package.json b/package.json index ae8f032642d..ace2ce2785c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-gui", - "version": "3.2.42", + "version": "3.2.43", "description": "Graphical User Interface for creating and running Scratch 3.0 projects", "author": "Massachusetts Institute of Technology", "license": "BSD-3-Clause",