From 2261ddefd9bf381a84f73b72fcee2375008d4511 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 28 Feb 2024 14:02:42 +0000 Subject: [PATCH] chore(release): 2.2.38 [skip ci] ## [2.2.38](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.37...v2.2.38) (2024-02-28) ### Bug Fixes * **deps:** lock file maintenance ([#2370](https://github.com/scratchfoundation/scratch-paint/issues/2370)) ([0aa9af1](https://github.com/scratchfoundation/scratch-paint/commit/0aa9af1a9024a554ff12b12f79ee5fccc2655556)) * **deps:** update dependency scratch-l10n to v3.18.26 ([#2368](https://github.com/scratchfoundation/scratch-paint/issues/2368)) ([535a389](https://github.com/scratchfoundation/scratch-paint/commit/535a389cfc56b829719e9d2622280d48d57493d4)) --- 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 f69049d0..3bcce850 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.38](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.37...v2.2.38) (2024-02-28) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#2370](https://github.com/scratchfoundation/scratch-paint/issues/2370)) ([0aa9af1](https://github.com/scratchfoundation/scratch-paint/commit/0aa9af1a9024a554ff12b12f79ee5fccc2655556)) +* **deps:** update dependency scratch-l10n to v3.18.26 ([#2368](https://github.com/scratchfoundation/scratch-paint/issues/2368)) ([535a389](https://github.com/scratchfoundation/scratch-paint/commit/535a389cfc56b829719e9d2622280d48d57493d4)) + ## [2.2.37](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.36...v2.2.37) (2024-02-28) diff --git a/package-lock.json b/package-lock.json index 762141ef..8ac1bf31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.37", + "version": "2.2.38", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.37", + "version": "2.2.38", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 5a767ab3..fb2946d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.37", + "version": "2.2.38", "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",