From abe13f7026b26ce1e959e6cee11b2911f1ff2629 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 Apr 2024 13:06:41 +0000 Subject: [PATCH] chore(release): 2.2.127 [skip ci] ## [2.2.127](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.126...v2.2.127) (2024-04-10) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.18.104 ([#2475](https://github.com/scratchfoundation/scratch-paint/issues/2475)) ([ce3f740](https://github.com/scratchfoundation/scratch-paint/commit/ce3f74081b25619a9950e14ce590d0b91f2958d0)) --- 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 220b97e8..30045e6e 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.127](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.126...v2.2.127) (2024-04-10) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.18.104 ([#2475](https://github.com/scratchfoundation/scratch-paint/issues/2475)) ([ce3f740](https://github.com/scratchfoundation/scratch-paint/commit/ce3f74081b25619a9950e14ce590d0b91f2958d0)) + ## [2.2.126](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.125...v2.2.126) (2024-04-10) diff --git a/package-lock.json b/package-lock.json index 759dccfe..1b86505d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.126", + "version": "2.2.127", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.126", + "version": "2.2.127", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index c206197f..45f01f08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.126", + "version": "2.2.127", "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",