chore(release): 2.4.11 [skip ci]

## [2.4.11](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v2.4.10...v2.4.11) (2024-09-15)

### Bug Fixes

* **deps:** lock file maintenance ([23cd989](23cd989469))
This commit is contained in:
semantic-release-bot 2024-09-15 09:02:44 +00:00
parent 819fe60bbb
commit 49fd2f69f1
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.4.11](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v2.4.10...v2.4.11) (2024-09-15)
### Bug Fixes
* **deps:** lock file maintenance ([23cd989](https://github.com/scratchfoundation/scratch-svg-renderer/commit/23cd9894699df2555411b8d0d6da3de0947e6ee8))
## [2.4.10](https://github.com/scratchfoundation/scratch-svg-renderer/compare/v2.4.9...v2.4.10) (2024-09-13)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-svg-renderer",
"version": "2.4.10",
"version": "2.4.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-svg-renderer",
"version": "2.4.10",
"version": "2.4.11",
"license": "BSD-3-Clause",
"dependencies": {
"base64-js": "^1.2.1",

View file

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