From d3d8bcc0494a56314320ae9a76e9c6a70fd9b6ca Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 23 Nov 2024 12:46:51 +0000 Subject: [PATCH] chore(release): 2.2.514 [skip ci] ## [2.2.514](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.513...v2.2.514) (2024-11-23) ### Bug Fixes * **deps:** update dependency scratch-render-fonts to v1.0.130 ([#2942](https://github.com/scratchfoundation/scratch-paint/issues/2942)) ([272f959](https://github.com/scratchfoundation/scratch-paint/commit/272f95980b9627feb9f12a19e557486f3110c9e4)) --- 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 8c4d2e2e..ae42399c 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.514](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.513...v2.2.514) (2024-11-23) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.130 ([#2942](https://github.com/scratchfoundation/scratch-paint/issues/2942)) ([272f959](https://github.com/scratchfoundation/scratch-paint/commit/272f95980b9627feb9f12a19e557486f3110c9e4)) + ## [2.2.513](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.512...v2.2.513) (2024-11-23) diff --git a/package-lock.json b/package-lock.json index f550d29e..844a419a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.513", + "version": "2.2.514", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.513", + "version": "2.2.514", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 27596461..f3b2dfce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.513", + "version": "2.2.514", "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",