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:
semantic-release-bot 2024-11-11 09:59:24 +00:00
parent 36ce25f7d8
commit abc0ed5f78
3 changed files with 11 additions and 3 deletions

View file

@ -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
View file

@ -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",

View file

@ -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",