diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f85ff52c7e..16c21df8e4f 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.14](https://github.com/scratchfoundation/scratch-gui/compare/v4.0.13...v4.0.14) (2024-08-28) + + +### Bug Fixes + +* **deps:** lock file maintenance ([8df385f](https://github.com/scratchfoundation/scratch-gui/commit/8df385f7abe85282a169991bec5aaee76cd3ee95)) + ## [4.0.13](https://github.com/scratchfoundation/scratch-gui/compare/v4.0.12...v4.0.13) (2024-08-27) diff --git a/package-lock.json b/package-lock.json index a58b49adc31..875e73a1ec0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-gui", - "version": "4.0.13", + "version": "4.0.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-gui", - "version": "4.0.13", + "version": "4.0.14", "license": "BSD-3-Clause", "dependencies": { "@microbit/microbit-universal-hex": "^0.2.2", diff --git a/package.json b/package.json index 4501d49a29d..abc8b2ad2aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-gui", - "version": "4.0.13", + "version": "4.0.14", "description": "Graphical User Interface for creating and running Scratch 3.0 projects", "author": "Massachusetts Institute of Technology", "license": "BSD-3-Clause",