From 2fa6cb0c70d60ec4900e028db2c9de414ba4958d Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Wed, 7 May 2025 19:39:31 +0000 Subject: [PATCH] chore(release): 3.0.240 [skip ci] ## [3.0.240](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.239...v3.0.240) (2025-05-07) ### Bug Fixes * **deps:** update dependency scratch-l10n to v5.0.232 ([#3229](https://github.com/scratchfoundation/scratch-paint/issues/3229)) ([985ca2f](https://github.com/scratchfoundation/scratch-paint/commit/985ca2fb878a983e1f50d27639355b2e2de095cc)) --- 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 ea39b8da..5a39c0cb 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. +## [3.0.240](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.239...v3.0.240) (2025-05-07) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v5.0.232 ([#3229](https://github.com/scratchfoundation/scratch-paint/issues/3229)) ([985ca2f](https://github.com/scratchfoundation/scratch-paint/commit/985ca2fb878a983e1f50d27639355b2e2de095cc)) + ## [3.0.239](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.238...v3.0.239) (2025-05-05) diff --git a/package-lock.json b/package-lock.json index 16e172df..32159da1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "3.0.239", + "version": "3.0.240", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "3.0.239", + "version": "3.0.240", "license": "AGPL-3.0-only", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 52fb4853..fab23e01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "3.0.239", + "version": "3.0.240", "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",