chore(release): 3.0.117 [skip ci]

## [3.0.117](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v3.0.116...v3.0.117) (2025-05-14)

### Bug Fixes

* **deps:** lock file maintenance ([c0d8523](c0d8523ab7))
This commit is contained in:
semantic-release-bot 2025-05-14 07:13:31 +00:00
parent 96e20e1c71
commit 1883685be5
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 All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.0.117](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v3.0.116...v3.0.117) (2025-05-14)
### Bug Fixes
* **deps:** lock file maintenance ([c0d8523](https://github.com/scratchfoundation/scratch-svg-renderer/commit/c0d8523ab773790513d4b9be59e4f6c947e0218d))
## [3.0.116](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v3.0.115...v3.0.116) (2025-05-13) ## [3.0.116](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v3.0.115...v3.0.116) (2025-05-13)

4
package-lock.json generated
View file

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

View file

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