diff --git a/CHANGELOG.md b/CHANGELOG.md index 2354a83c..ec0d6b72 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.7](https://github.com/LLK/scratch-paint/compare/v2.2.6...v2.2.7) (2024-02-21) + + +### Bug Fixes + +* **deps:** fix scratch-render-fonts peer dep ([7a3d2f9](https://github.com/LLK/scratch-paint/commit/7a3d2f9e4d0fd2a65135ad4f561f60e2ae3c32b0)) + ## [2.2.6](https://github.com/LLK/scratch-paint/compare/v2.2.5...v2.2.6) (2024-02-21) diff --git a/package-lock.json b/package-lock.json index a0d260b1..e1f1d40a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.6", + "version": "2.2.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.6", + "version": "2.2.7", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index dd9374bf..32752f84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.6", + "version": "2.2.7", "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",