From 797412ea551b5e653b2791052031b969ce1481d7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 14 Jul 2024 10:00:35 +0000 Subject: [PATCH] chore(release): 2.2.285 [skip ci] ## [2.2.285](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.284...v2.2.285) (2024-07-14) ### Bug Fixes * **deps:** lock file maintenance ([#2662](https://github.com/scratchfoundation/scratch-paint/issues/2662)) ([1463a1a](https://github.com/scratchfoundation/scratch-paint/commit/1463a1a4b5ba998b8308fe5829a4278b03d275a5)) * **deps:** update dependency scratch-l10n to v3.18.218 ([#2661](https://github.com/scratchfoundation/scratch-paint/issues/2661)) ([5e47ef1](https://github.com/scratchfoundation/scratch-paint/commit/5e47ef15a13846a14846afc12f5381f578e06205)) --- 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 ab8d7a34..43b82736 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.285](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.284...v2.2.285) (2024-07-14) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#2662](https://github.com/scratchfoundation/scratch-paint/issues/2662)) ([1463a1a](https://github.com/scratchfoundation/scratch-paint/commit/1463a1a4b5ba998b8308fe5829a4278b03d275a5)) +* **deps:** update dependency scratch-l10n to v3.18.218 ([#2661](https://github.com/scratchfoundation/scratch-paint/issues/2661)) ([5e47ef1](https://github.com/scratchfoundation/scratch-paint/commit/5e47ef15a13846a14846afc12f5381f578e06205)) + ## [2.2.284](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.283...v2.2.284) (2024-07-13) diff --git a/package-lock.json b/package-lock.json index 689806f7..7ce69d56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.284", + "version": "2.2.285", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.284", + "version": "2.2.285", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index a6140c9e..dfe23848 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.284", + "version": "2.2.285", "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",