mirror of
https://github.com/scratchfoundation/scratch-svg-renderer.git
synced 2024-11-15 03:35:34 -05:00
chore(release): 2.4.13 [skip ci]
## [2.4.13](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v2.4.12...v2.4.13) (2024-09-18) ### Bug Fixes * **deps:** lock file maintenance ([4b471fe
](4b471fe04f
))
This commit is contained in:
parent
31053a03fb
commit
adb218a16b
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.
|
||||
|
||||
## [2.4.13](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v2.4.12...v2.4.13) (2024-09-18)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** lock file maintenance ([4b471fe](https://github.com/scratchfoundation/scratch-svg-renderer/commit/4b471fe04f10c7fc42ab3cd78cb565553981d81d))
|
||||
|
||||
## [2.4.12](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v2.4.11...v2.4.12) (2024-09-16)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-svg-renderer",
|
||||
"version": "2.4.12",
|
||||
"version": "2.4.13",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-svg-renderer",
|
||||
"version": "2.4.12",
|
||||
"version": "2.4.13",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"base64-js": "^1.2.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-svg-renderer",
|
||||
"version": "2.4.12",
|
||||
"version": "2.4.13",
|
||||
"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