diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0bbac2..adf05df1 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.246](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.245...v2.2.246) (2024-06-20) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.62 ([#2615](https://github.com/scratchfoundation/scratch-paint/issues/2615)) ([629e52e](https://github.com/scratchfoundation/scratch-paint/commit/629e52ed1809f3899142f8e89f890f269b6c9024)) + ## [2.2.245](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.244...v2.2.245) (2024-06-20) diff --git a/package-lock.json b/package-lock.json index 5d137808..2226d129 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.245", + "version": "2.2.246", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.245", + "version": "2.2.246", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 65830118..aa9241eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.245", + "version": "2.2.246", "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",