mirror of
https://github.com/scratchfoundation/scratch-svg-renderer.git
synced 2024-11-14 19:25:41 -05:00
chore(release): 2.5.22 [skip ci]
## [2.5.22](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v2.5.21...v2.5.22) (2024-10-26) ### Bug Fixes * **deps:** lock file maintenance ([e2a2a31
](e2a2a3106e
))
This commit is contained in:
parent
3cf190b7d9
commit
87836564b9
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.5.22](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v2.5.21...v2.5.22) (2024-10-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** lock file maintenance ([e2a2a31](https://github.com/scratchfoundation/scratch-svg-renderer/commit/e2a2a3106ecfdaa42ec6dcb60ba1eedfdfa5a3ab))
|
||||
|
||||
## [2.5.21](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v2.5.20...v2.5.21) (2024-10-25)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-svg-renderer",
|
||||
"version": "2.5.21",
|
||||
"version": "2.5.22",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-svg-renderer",
|
||||
"version": "2.5.21",
|
||||
"version": "2.5.22",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"base64-js": "^1.2.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-svg-renderer",
|
||||
"version": "2.5.21",
|
||||
"version": "2.5.22",
|
||||
"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