mirror of
https://github.com/scratchfoundation/scratch-svg-renderer.git
synced 2025-06-16 16:18:45 -04:00
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:
parent
96e20e1c71
commit
1883685be5
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.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)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-svg-renderer",
|
||||
"version": "3.0.116",
|
||||
"version": "3.0.117",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-svg-renderer",
|
||||
"version": "3.0.116",
|
||||
"version": "3.0.117",
|
||||
"license": "AGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"base64-js": "^1.2.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-svg-renderer",
|
||||
"version": "3.0.116",
|
||||
"version": "3.0.117",
|
||||
"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