diff --git a/CHANGELOG.md b/CHANGELOG.md index bed5fafe..a9a78a14 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. +## [2.2.54](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.53...v2.2.54) (2024-03-04) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.17 ([#2389](https://github.com/scratchfoundation/scratch-paint/issues/2389)) ([df1359e](https://github.com/scratchfoundation/scratch-paint/commit/df1359e56e6fa1845e11080b5464a72df1456bba)) + ## [2.2.53](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.52...v2.2.53) (2024-03-04) diff --git a/package-lock.json b/package-lock.json index f22ba25e..4f8408b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.53", + "version": "2.2.54", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.53", + "version": "2.2.54", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 9a71a50a..0e44d6f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.53", + "version": "2.2.54", "description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.", "main": "./dist/scratch-paint.js", "browser": "./src/index.js",