From 523d76114d78d2a8b079a2ae35f1ea24688b1107 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Jun 2024 13:35:12 +0000 Subject: [PATCH] chore(release): 2.2.215 [skip ci] ## [2.2.215](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.214...v2.2.215) (2024-06-04) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.18.166 ([#2582](https://github.com/scratchfoundation/scratch-paint/issues/2582)) ([8dc5737](https://github.com/scratchfoundation/scratch-paint/commit/8dc573744eb7f137ecd8fd764bcb89679a567116)) --- 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 784b36441c..0cccd7eb59 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.215](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.214...v2.2.215) (2024-06-04) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.18.166 ([#2582](https://github.com/scratchfoundation/scratch-paint/issues/2582)) ([8dc5737](https://github.com/scratchfoundation/scratch-paint/commit/8dc573744eb7f137ecd8fd764bcb89679a567116)) + ## [2.2.214](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.213...v2.2.214) (2024-06-03) diff --git a/package-lock.json b/package-lock.json index 747ef706ee..bcb36a3281 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.214", + "version": "2.2.215", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.214", + "version": "2.2.215", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index df72f73ceb..05ac996da3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.214", + "version": "2.2.215", "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",