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](49ba3da4b6))
* **deps:** update dependency scratch-render-fonts to v1.0.142 ([#3005](https://github.com/scratchfoundation/scratch-paint/issues/3005)) ([3fa6c4b](3fa6c4b778))
This commit is contained in:
semantic-release-bot 2024-12-18 10:40:52 +00:00
parent 49ba3da4b6
commit be23022abb
3 changed files with 11 additions and 3 deletions

View file

@ -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)

4
package-lock.json generated
View file

@ -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",

View file

@ -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",