From 6c46bc764e49e046f4d7f5fa4a85e9a133f66eeb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 Jun 2024 15:53:29 +0000 Subject: [PATCH] chore(release): 2.2.239 [skip ci] ## [2.2.239](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.238...v2.2.239) (2024-06-16) ### Bug Fixes * **deps:** update dependency scratch-render-fonts to v1.0.60 ([#2606](https://github.com/scratchfoundation/scratch-paint/issues/2606)) ([9d0edb8](https://github.com/scratchfoundation/scratch-paint/commit/9d0edb822fc10d3ca33f704a48093d39f8976841)) --- 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 c5462e67..cbc89afd 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.239](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.238...v2.2.239) (2024-06-16) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.60 ([#2606](https://github.com/scratchfoundation/scratch-paint/issues/2606)) ([9d0edb8](https://github.com/scratchfoundation/scratch-paint/commit/9d0edb822fc10d3ca33f704a48093d39f8976841)) + ## [2.2.238](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.237...v2.2.238) (2024-06-16) diff --git a/package-lock.json b/package-lock.json index d001d608..e3b2221c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.238", + "version": "2.2.239", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.238", + "version": "2.2.239", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 82ac567e..65d49e99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.238", + "version": "2.2.239", "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",