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:
semantic-release-bot 2024-10-26 06:11:28 +00:00
parent 3cf190b7d9
commit 87836564b9
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
[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
View file

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

View file

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