mirror of
https://github.com/scratchfoundation/scratch-svg-renderer.git
synced 2025-07-22 11:59:18 -04:00
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:
parent
994ea64d17
commit
2fdab4c0bc
3 changed files with 10 additions and 3 deletions
|
@ -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
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue