chore(release): 3.0.117 [skip ci]

## [3.0.117](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.116...v3.0.117) (2025-02-01)

### Bug Fixes

* **deps:** lock file maintenance ([](https://github.com/scratchfoundation/scratch-paint/issues/3090)) ([cb90f28](cb90f28071))
* **deps:** update dependency scratch-l10n to v5.0.106 ([](https://github.com/scratchfoundation/scratch-paint/issues/3091)) ([082d9d6](082d9d6340))
This commit is contained in:
semantic-release-bot 2025-02-01 08:41:25 +00:00
parent cb90f28071
commit 90b1cc0b82
3 changed files with 11 additions and 3 deletions

View file

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.0.117](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.116...v3.0.117) (2025-02-01)
### Bug Fixes
* **deps:** lock file maintenance ([#3090](https://github.com/scratchfoundation/scratch-paint/issues/3090)) ([cb90f28](https://github.com/scratchfoundation/scratch-paint/commit/cb90f280711928307ee64f6193546fc74db322ca))
* **deps:** update dependency scratch-l10n to v5.0.106 ([#3091](https://github.com/scratchfoundation/scratch-paint/issues/3091)) ([082d9d6](https://github.com/scratchfoundation/scratch-paint/commit/082d9d63403f38538d1c9b8ee4a68c06790f26a3))
## [3.0.116](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.115...v3.0.116) (2025-01-31)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-paint",
"version": "3.0.116",
"version": "3.0.117",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-paint",
"version": "3.0.116",
"version": "3.0.117",
"license": "AGPL-3.0-only",
"dependencies": {
"@scratch/paper": "^0.11.20221201200345",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-paint",
"version": "3.0.116",
"version": "3.0.117",
"description": "Graphical User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.",
"main": "./dist/scratch-paint.js",
"browser": "./src/index.js",