diff --git a/CHANGELOG.md b/CHANGELOG.md index d61a4d7f2ab..8c216eb4d3d 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. +## [4.0.12](https://github.com/scratchfoundation/scratch-gui/compare/v4.0.11...v4.0.12) (2024-08-27) + + +### Bug Fixes + +* **deps:** lock file maintenance ([67246f8](https://github.com/scratchfoundation/scratch-gui/commit/67246f81a55539652d31ce4c5e638143c366659c)) + ## [4.0.11](https://github.com/scratchfoundation/scratch-gui/compare/v4.0.10...v4.0.11) (2024-08-26) diff --git a/package-lock.json b/package-lock.json index 352a5070aa2..68099dcb3a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-gui", - "version": "4.0.11", + "version": "4.0.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-gui", - "version": "4.0.11", + "version": "4.0.12", "license": "BSD-3-Clause", "dependencies": { "@microbit/microbit-universal-hex": "^0.2.2", diff --git a/package.json b/package.json index cb57805dcf7..37335d97b3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-gui", - "version": "4.0.11", + "version": "4.0.12", "description": "Graphical User Interface for creating and running Scratch 3.0 projects", "author": "Massachusetts Institute of Technology", "license": "BSD-3-Clause",