diff --git a/CHANGELOG.md b/CHANGELOG.md index b8ac60c9..3f001264 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.380](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.379...v2.2.380) (2024-09-06) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.95 ([#2777](https://github.com/scratchfoundation/scratch-paint/issues/2777)) ([6dee518](https://github.com/scratchfoundation/scratch-paint/commit/6dee518b44e6c69f43a4c533c42394369323b3e5)) + ## [2.2.379](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.378...v2.2.379) (2024-09-06) diff --git a/package-lock.json b/package-lock.json index d59d0c67..2349c239 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.379", + "version": "2.2.380", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.379", + "version": "2.2.380", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 09866539..7975db26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.379", + "version": "2.2.380", "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",