From 6e2b98c8d5cbe108f74f0541e687dadb5c0ce0fd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 May 2024 19:35:35 +0000 Subject: [PATCH] chore(release): 2.2.188 [skip ci] ## [2.2.188](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.187...v2.2.188) (2024-05-17) ### Bug Fixes * **deps:** update dependency scratch-render-fonts to v1.0.49 ([#2550](https://github.com/scratchfoundation/scratch-paint/issues/2550)) ([037d14a](https://github.com/scratchfoundation/scratch-paint/commit/037d14acbe3489c38acc4a54c5304da29492c220)) --- 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 59f01e98..72727b2c 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.188](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.187...v2.2.188) (2024-05-17) + + +### Bug Fixes + +* **deps:** update dependency scratch-render-fonts to v1.0.49 ([#2550](https://github.com/scratchfoundation/scratch-paint/issues/2550)) ([037d14a](https://github.com/scratchfoundation/scratch-paint/commit/037d14acbe3489c38acc4a54c5304da29492c220)) + ## [2.2.187](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.186...v2.2.187) (2024-05-16) diff --git a/package-lock.json b/package-lock.json index 20d00abc..24b53183 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.187", + "version": "2.2.188", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.187", + "version": "2.2.188", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 492c99e6..73194a53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.187", + "version": "2.2.188", "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",