diff --git a/CHANGELOG.md b/CHANGELOG.md index e3e1840959f..ed0d488a820 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.53](https://github.com/LLK/scratch-gui/compare/v3.2.52...v3.2.53) (2024-01-12) + + +### Bug Fixes + +* **deps:** update dependency scratch-blocks to v1.0.5 ([705875b](https://github.com/LLK/scratch-gui/commit/705875bb5c9005bf65647c9fa4ef4cdecfbc996b)) + ## [3.2.52](https://github.com/LLK/scratch-gui/compare/v3.2.51...v3.2.52) (2024-01-12) diff --git a/package-lock.json b/package-lock.json index 0b68ab84a27..e0074284bcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-gui", - "version": "3.2.52", + "version": "3.2.53", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-gui", - "version": "3.2.52", + "version": "3.2.53", "license": "BSD-3-Clause", "dependencies": { "@microbit/microbit-universal-hex": "0.2.2", diff --git a/package.json b/package.json index 0aa6b091bed..179b09696f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-gui", - "version": "3.2.52", + "version": "3.2.53", "description": "Graphical User Interface for creating and running Scratch 3.0 projects", "author": "Massachusetts Institute of Technology", "license": "BSD-3-Clause",