From 3b5a670b68df69924d361df7e9c0e0d003ddc9e9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Apr 2024 14:00:10 +0000 Subject: [PATCH] chore(release): 2.2.128 [skip ci] ## [2.2.128](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.127...v2.2.128) (2024-04-11) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.18.105 ([#2476](https://github.com/scratchfoundation/scratch-paint/issues/2476)) ([9fd5b1e](https://github.com/scratchfoundation/scratch-paint/commit/9fd5b1ebd1b9c13c9655d253a028a2580d30fd43)) --- 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 30045e6e..465284bf 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.128](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.127...v2.2.128) (2024-04-11) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.18.105 ([#2476](https://github.com/scratchfoundation/scratch-paint/issues/2476)) ([9fd5b1e](https://github.com/scratchfoundation/scratch-paint/commit/9fd5b1ebd1b9c13c9655d253a028a2580d30fd43)) + ## [2.2.127](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.126...v2.2.127) (2024-04-10) diff --git a/package-lock.json b/package-lock.json index ddf66d65..c1356886 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.127", + "version": "2.2.128", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.127", + "version": "2.2.128", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index e24e6382..c6645270 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.127", + "version": "2.2.128", "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",