mirror of
https://github.com/scratchfoundation/scratch-svg-renderer.git
synced 2024-11-14 19:25:41 -05:00
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:
parent
819fe60bbb
commit
49fd2f69f1
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.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
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue