From 5364f278ac973f057549de590b2cefdbb8da2212 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 11 Nov 2024 12:46:52 +0000 Subject: [PATCH] chore(release): 2.2.490 [skip ci] ## [2.2.490](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.489...v2.2.490) (2024-11-11) ### Bug Fixes * **deps:** update dependency scratch-render-fonts to v1.0.124 ([#2914](https://github.com/scratchfoundation/scratch-paint/issues/2914)) ([54e1d27](https://github.com/scratchfoundation/scratch-paint/commit/54e1d277b94c2d8ce39b420b978846b2a6c6713c)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0fbed98..39170ae0 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.490](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.489...v2.2.490) (2024-11-11) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.124 ([#2914](https://github.com/scratchfoundation/scratch-paint/issues/2914)) ([54e1d27](https://github.com/scratchfoundation/scratch-paint/commit/54e1d277b94c2d8ce39b420b978846b2a6c6713c)) + ## [2.2.489](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.488...v2.2.489) (2024-11-11) diff --git a/package-lock.json b/package-lock.json index cd236728..8d838b9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.489", + "version": "2.2.490", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.489", + "version": "2.2.490", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index d54190f3..05c70179 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.489", + "version": "2.2.490", "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",