From be23022abba8791799115c6d56642756717aebdf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Dec 2024 10:40:52 +0000 Subject: [PATCH] chore(release): 3.0.46 [skip ci] ## [3.0.46](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.45...v3.0.46) (2024-12-18) ### Bug Fixes * **deps:** lock file maintenance ([#3006](https://github.com/scratchfoundation/scratch-paint/issues/3006)) ([49ba3da](https://github.com/scratchfoundation/scratch-paint/commit/49ba3da4b6d1729b1f416eb70eac355db5d86ac7)) * **deps:** update dependency scratch-render-fonts to v1.0.142 ([#3005](https://github.com/scratchfoundation/scratch-paint/issues/3005)) ([3fa6c4b](https://github.com/scratchfoundation/scratch-paint/commit/3fa6c4b77865c983972459a2e8b24fedf7000306)) --- 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 830621e3..329bc520 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. +## [3.0.46](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.45...v3.0.46) (2024-12-18) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#3006](https://github.com/scratchfoundation/scratch-paint/issues/3006)) ([49ba3da](https://github.com/scratchfoundation/scratch-paint/commit/49ba3da4b6d1729b1f416eb70eac355db5d86ac7)) +* **deps:** update dependency scratch-render-fonts to v1.0.142 ([#3005](https://github.com/scratchfoundation/scratch-paint/issues/3005)) ([3fa6c4b](https://github.com/scratchfoundation/scratch-paint/commit/3fa6c4b77865c983972459a2e8b24fedf7000306)) + ## [3.0.45](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.44...v3.0.45) (2024-12-18) diff --git a/package-lock.json b/package-lock.json index fa070867..233ec653 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "3.0.45", + "version": "3.0.46", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "3.0.45", + "version": "3.0.46", "license": "AGPL-3.0-only", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 74776bc0..c12dc087 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "3.0.45", + "version": "3.0.46", "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",