chore(release): 3.0.196 [skip ci]

## [3.0.196](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.195...v3.0.196) (2025-03-31)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.180 ([](https://github.com/scratchfoundation/scratch-paint/issues/3179)) ([de317b2](de317b23d6))
This commit is contained in:
semantic-release-bot 2025-03-31 10:11:26 +00:00
parent de317b23d6
commit a1a423faba
3 changed files with 10 additions and 3 deletions

View file

@ -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.196](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.195...v3.0.196) (2025-03-31)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.180 ([#3179](https://github.com/scratchfoundation/scratch-paint/issues/3179)) ([de317b2](https://github.com/scratchfoundation/scratch-paint/commit/de317b23d6947bc2a35b7b031bccec3f82606187))
## [3.0.195](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.194...v3.0.195) (2025-03-31)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-paint",
"version": "3.0.195",
"version": "3.0.196",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-paint",
"version": "3.0.195",
"version": "3.0.196",
"license": "AGPL-3.0-only",
"dependencies": {
"@scratch/paper": "^0.11.20221201200345",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-paint",
"version": "3.0.195",
"version": "3.0.196",
"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",