From a2a1a25fa97f6408fa1182ecb32937325c614f1c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Jul 2024 09:22:42 +0000 Subject: [PATCH] chore(release): 2.2.306 [skip ci] ## [2.2.306](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.305...v2.2.306) (2024-07-26) ### Bug Fixes * **deps:** lock file maintenance ([#2691](https://github.com/scratchfoundation/scratch-paint/issues/2691)) ([e36751f](https://github.com/scratchfoundation/scratch-paint/commit/e36751f8a2491a193a402892086bf38825e663e0)) * **deps:** update dependency scratch-l10n to v3.18.233 ([#2690](https://github.com/scratchfoundation/scratch-paint/issues/2690)) ([f68a012](https://github.com/scratchfoundation/scratch-paint/commit/f68a0120ac148bd6f0c357a5d97505a2362a0a4b)) --- 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 66e64001..5c76fa74 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.306](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.305...v2.2.306) (2024-07-26) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#2691](https://github.com/scratchfoundation/scratch-paint/issues/2691)) ([e36751f](https://github.com/scratchfoundation/scratch-paint/commit/e36751f8a2491a193a402892086bf38825e663e0)) +* **deps:** update dependency scratch-l10n to v3.18.233 ([#2690](https://github.com/scratchfoundation/scratch-paint/issues/2690)) ([f68a012](https://github.com/scratchfoundation/scratch-paint/commit/f68a0120ac148bd6f0c357a5d97505a2362a0a4b)) + ## [2.2.305](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.304...v2.2.305) (2024-07-25) diff --git a/package-lock.json b/package-lock.json index 099e829c..a383707d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.305", + "version": "2.2.306", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.305", + "version": "2.2.306", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index af7637e0..5feac775 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.305", + "version": "2.2.306", "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",