diff --git a/CHANGELOG.md b/CHANGELOG.md index fcfd7221cf..091a1fd54b 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.0.61](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.60...v3.0.61) (2024-12-24) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.146 ([#3023](https://github.com/scratchfoundation/scratch-paint/issues/3023)) ([9f24c57](https://github.com/scratchfoundation/scratch-paint/commit/9f24c57e014af027a33461b7c9582758f93c5026)) + ## [3.0.60](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.59...v3.0.60) (2024-12-24) diff --git a/package-lock.json b/package-lock.json index a01ccaf1e4..39ab85735e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "3.0.60", + "version": "3.0.61", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "3.0.60", + "version": "3.0.61", "license": "AGPL-3.0-only", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index dc552ebdea..3d9b0d0929 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "3.0.60", + "version": "3.0.61", "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",