chore(release): 3.0.136 [skip ci]

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

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.209 ([55f1caf](55f1caf609))
This commit is contained in:
semantic-release-bot 2025-07-02 23:50:45 +00:00
parent 994ea64d17
commit 2fdab4c0bc
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-svg-renderer/compare/v3.0.135...v3.0.136) (2025-07-02)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.209 ([55f1caf](https://github.com/scratchfoundation/scratch-svg-renderer/commit/55f1caf6099ba6caeee5d1be363b8a6ad80aea84))
## [3.0.135](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v3.0.134...v3.0.135) (2025-06-29)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-svg-renderer",
"version": "3.0.135",
"version": "3.0.136",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-svg-renderer",
"version": "3.0.135",
"version": "3.0.136",
"license": "AGPL-3.0-only",
"dependencies": {
"base64-js": "^1.2.1",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-svg-renderer",
"version": "3.0.135",
"version": "3.0.136",
"description": "SVG renderer for Scratch",
"main": "./dist/node/scratch-svg-renderer.js",
"browser": "./dist/web/scratch-svg-renderer.js",