From 59b3a2c887b68a97fc2828840e74eb83518be612 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Aug 2024 07:45:09 +0000 Subject: [PATCH] chore(release): 2.2.328 [skip ci] ## [2.2.328](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.327...v2.2.328) (2024-08-08) ### Bug Fixes * **deps:** lock file maintenance ([#2717](https://github.com/scratchfoundation/scratch-paint/issues/2717)) ([c7c42d5](https://github.com/scratchfoundation/scratch-paint/commit/c7c42d57b614975a7dc0ad0de26c3e86ade267cb)) * **deps:** update dependency scratch-l10n to v3.18.253 ([#2718](https://github.com/scratchfoundation/scratch-paint/issues/2718)) ([ca415bd](https://github.com/scratchfoundation/scratch-paint/commit/ca415bd263818a4c7b2c14bb7ba1804c001f5ce4)) --- 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 a0879fdb..4a858bad 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.328](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.327...v2.2.328) (2024-08-08) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#2717](https://github.com/scratchfoundation/scratch-paint/issues/2717)) ([c7c42d5](https://github.com/scratchfoundation/scratch-paint/commit/c7c42d57b614975a7dc0ad0de26c3e86ade267cb)) +* **deps:** update dependency scratch-l10n to v3.18.253 ([#2718](https://github.com/scratchfoundation/scratch-paint/issues/2718)) ([ca415bd](https://github.com/scratchfoundation/scratch-paint/commit/ca415bd263818a4c7b2c14bb7ba1804c001f5ce4)) + ## [2.2.327](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.326...v2.2.327) (2024-08-07) diff --git a/package-lock.json b/package-lock.json index 4b25b465..4c8c2917 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.327", + "version": "2.2.328", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.327", + "version": "2.2.328", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 2d1f9478..72dbdd6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.327", + "version": "2.2.328", "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",