diff --git a/CHANGELOG.md b/CHANGELOG.md index 12020bc3857..2de5d55344c 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. +## [5.1.13](https://github.com/scratchfoundation/scratch-gui/compare/v5.1.12...v5.1.13) (2024-12-14) + + +### Bug Fixes + +* **deps:** lock file maintenance ([fabad7e](https://github.com/scratchfoundation/scratch-gui/commit/fabad7ef550fb1c3f1e47e9cceaa94447070febd)) + ## [5.1.12](https://github.com/scratchfoundation/scratch-gui/compare/v5.1.11...v5.1.12) (2024-12-12) diff --git a/package-lock.json b/package-lock.json index 746ce358111..e10bf0f9e88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-gui", - "version": "5.1.12", + "version": "5.1.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-gui", - "version": "5.1.12", + "version": "5.1.13", "license": "AGPL-3.0-only", "dependencies": { "@microbit/microbit-universal-hex": "^0.2.2", diff --git a/package.json b/package.json index e1229cea5c5..c04499bb4e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-gui", - "version": "5.1.12", + "version": "5.1.13", "description": "Graphical User Interface for creating and running Scratch 3.0 projects", "author": "Massachusetts Institute of Technology", "license": "AGPL-3.0-only",