From f1ef7c55e5449a69a010dfc5fa3435c7a8efed85 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Aug 2024 13:30:42 +0000 Subject: [PATCH] chore(release): 2.2.350 [skip ci] ## [2.2.350](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.349...v2.2.350) (2024-08-20) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.18.272 ([#2740](https://github.com/scratchfoundation/scratch-paint/issues/2740)) ([f640866](https://github.com/scratchfoundation/scratch-paint/commit/f6408665a62fe83dd6910159307a67c9d4d528c0)) --- 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 bd814e23..333931b5 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.350](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.349...v2.2.350) (2024-08-20) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.18.272 ([#2740](https://github.com/scratchfoundation/scratch-paint/issues/2740)) ([f640866](https://github.com/scratchfoundation/scratch-paint/commit/f6408665a62fe83dd6910159307a67c9d4d528c0)) + ## [2.2.349](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.348...v2.2.349) (2024-08-20) diff --git a/package-lock.json b/package-lock.json index 0e9564d6..c6e5ff92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.349", + "version": "2.2.350", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.349", + "version": "2.2.350", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 87bdd72b..5537860d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.349", + "version": "2.2.350", "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",