mirror of
https://github.com/scratchfoundation/scratch-svg-renderer.git
synced 2024-11-14 19:25:41 -05:00
chore(release): 2.5.35 [skip ci]
## [2.5.35](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v2.5.34...v2.5.35) (2024-11-11) ### Bug Fixes * **deps:** lock file maintenance ([89f5413
](89f541323a
)) * **deps:** update dependency scratch-render-fonts to v1.0.124 ([aa17bf5
](aa17bf513e
))
This commit is contained in:
parent
36ce25f7d8
commit
abc0ed5f78
3 changed files with 11 additions and 3 deletions
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file. See
|
||||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [2.5.35](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v2.5.34...v2.5.35) (2024-11-11)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** lock file maintenance ([89f5413](https://github.com/scratchfoundation/scratch-svg-renderer/commit/89f541323aa523fed457a968f8339325aec17814))
|
||||
* **deps:** update dependency scratch-render-fonts to v1.0.124 ([aa17bf5](https://github.com/scratchfoundation/scratch-svg-renderer/commit/aa17bf513ee9e3c78db139bb5452f48b94c5f5fa))
|
||||
|
||||
## [2.5.34](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v2.5.33...v2.5.34) (2024-11-09)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-svg-renderer",
|
||||
"version": "2.5.34",
|
||||
"version": "2.5.35",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-svg-renderer",
|
||||
"version": "2.5.34",
|
||||
"version": "2.5.35",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"base64-js": "^1.2.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-svg-renderer",
|
||||
"version": "2.5.34",
|
||||
"version": "2.5.35",
|
||||
"description": "SVG renderer for Scratch",
|
||||
"main": "./dist/node/scratch-svg-renderer.js",
|
||||
"browser": "./dist/web/scratch-svg-renderer.js",
|
||||
|
|
Loading…
Reference in a new issue