mirror of
https://github.com/scratchfoundation/scratch-svg-renderer.git
synced 2025-08-28 22:20:12 -04:00
chore(release): 3.0.143 [skip ci]
## [3.0.143](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v3.0.142...v3.0.143) (2025-07-19) ### Bug Fixes * **deps:** update dependency scratch-render-fonts to v1.0.216 ([b50f121
](b50f1215bb
))
This commit is contained in:
parent
bfc7c9409d
commit
385259af88
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.143](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v3.0.142...v3.0.143) (2025-07-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update dependency scratch-render-fonts to v1.0.216 ([b50f121](https://github.com/scratchfoundation/scratch-svg-renderer/commit/b50f1215bb6464666794d506957b076c69d304cf))
|
||||
|
||||
## [3.0.142](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v3.0.141...v3.0.142) (2025-07-17)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-svg-renderer",
|
||||
"version": "3.0.142",
|
||||
"version": "3.0.143",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-svg-renderer",
|
||||
"version": "3.0.142",
|
||||
"version": "3.0.143",
|
||||
"license": "AGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"base64-js": "^1.2.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-svg-renderer",
|
||||
"version": "3.0.142",
|
||||
"version": "3.0.143",
|
||||
"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