chore(release): 3.0.136 [skip ci]

## [3.0.136](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.135...v3.0.136) (2025-02-15)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.163 ([](https://github.com/scratchfoundation/scratch-paint/issues/3111)) ([16888d5](16888d5fba))
This commit is contained in:
semantic-release-bot 2025-02-15 17:15:45 +00:00
parent 16888d5fba
commit af0a1600f3
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.136](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.135...v3.0.136) (2025-02-15)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.163 ([#3111](https://github.com/scratchfoundation/scratch-paint/issues/3111)) ([16888d5](https://github.com/scratchfoundation/scratch-paint/commit/16888d5fba5b8f9b57f1558cf128e01aeb847e84))
## [3.0.135](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.134...v3.0.135) (2025-02-15)

4
package-lock.json generated
View file

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

View file

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