diff --git a/CHANGELOG.md b/CHANGELOG.md index 68b08435..9442cb18 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.396](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.395...v2.2.396) (2024-09-13) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.100 ([#2796](https://github.com/scratchfoundation/scratch-paint/issues/2796)) ([5242cdd](https://github.com/scratchfoundation/scratch-paint/commit/5242cdd61cc951b88e57a3b263ca7ff1955e192c)) + ## [2.2.395](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.394...v2.2.395) (2024-09-13) diff --git a/package-lock.json b/package-lock.json index d9b03a7e..58acb4fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.395", + "version": "2.2.396", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.395", + "version": "2.2.396", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 00f500ab..7c11f5d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.395", + "version": "2.2.396", "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",