From 7ee9002d24c6f3fae356b510943ce983ffa96e7c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Jul 2024 05:31:26 +0000 Subject: [PATCH] chore(release): 2.2.291 [skip ci] ## [2.2.291](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.290...v2.2.291) (2024-07-18) ### Bug Fixes * **deps:** lock file maintenance ([#2671](https://github.com/scratchfoundation/scratch-paint/issues/2671)) ([06c970f](https://github.com/scratchfoundation/scratch-paint/commit/06c970fb3edc7d4d798a1ca4033f9ac155ff5318)) * **deps:** update dependency scratch-l10n to v3.18.221 ([#2670](https://github.com/scratchfoundation/scratch-paint/issues/2670)) ([9b0eb38](https://github.com/scratchfoundation/scratch-paint/commit/9b0eb3860661c0473ea6241db13b8407f5bc3d23)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f67f5c2..d8233eb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.291](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.290...v2.2.291) (2024-07-18) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#2671](https://github.com/scratchfoundation/scratch-paint/issues/2671)) ([06c970f](https://github.com/scratchfoundation/scratch-paint/commit/06c970fb3edc7d4d798a1ca4033f9ac155ff5318)) +* **deps:** update dependency scratch-l10n to v3.18.221 ([#2670](https://github.com/scratchfoundation/scratch-paint/issues/2670)) ([9b0eb38](https://github.com/scratchfoundation/scratch-paint/commit/9b0eb3860661c0473ea6241db13b8407f5bc3d23)) + ## [2.2.290](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.289...v2.2.290) (2024-07-16) diff --git a/package-lock.json b/package-lock.json index 0aafe341..aaa5d7e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.290", + "version": "2.2.291", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.290", + "version": "2.2.291", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 23815683..184974f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.290", + "version": "2.2.291", "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",