diff --git a/CHANGELOG.md b/CHANGELOG.md index f0871688..3cc35a90 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.79](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.78...v3.0.79) (2025-01-04) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.150 ([#3044](https://github.com/scratchfoundation/scratch-paint/issues/3044)) ([0529358](https://github.com/scratchfoundation/scratch-paint/commit/05293582753be1cd7c2007d2c902e6fb651731f9)) + ## [3.0.78](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.77...v3.0.78) (2025-01-04) diff --git a/package-lock.json b/package-lock.json index 20ad2593..2d16c654 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "3.0.78", + "version": "3.0.79", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "3.0.78", + "version": "3.0.79", "license": "AGPL-3.0-only", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 4c291cf6..cf5de8cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "3.0.78", + "version": "3.0.79", "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",