chore(release): 2.2.38 [skip ci]

## [2.2.38](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.37...v2.2.38) (2024-02-28)

### Bug Fixes

* **deps:** lock file maintenance ([#2370](https://github.com/scratchfoundation/scratch-paint/issues/2370)) ([0aa9af1](0aa9af1a90))
* **deps:** update dependency scratch-l10n to v3.18.26 ([#2368](https://github.com/scratchfoundation/scratch-paint/issues/2368)) ([535a389](535a389cfc))
This commit is contained in:
semantic-release-bot 2024-02-28 14:02:42 +00:00
parent 0aa9af1a90
commit 2261ddefd9
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.
## [2.2.38](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.37...v2.2.38) (2024-02-28)
### Bug Fixes
* **deps:** lock file maintenance ([#2370](https://github.com/scratchfoundation/scratch-paint/issues/2370)) ([0aa9af1](https://github.com/scratchfoundation/scratch-paint/commit/0aa9af1a9024a554ff12b12f79ee5fccc2655556))
* **deps:** update dependency scratch-l10n to v3.18.26 ([#2368](https://github.com/scratchfoundation/scratch-paint/issues/2368)) ([535a389](https://github.com/scratchfoundation/scratch-paint/commit/535a389cfc56b829719e9d2622280d48d57493d4))
## [2.2.37](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.36...v2.2.37) (2024-02-28)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-paint",
"version": "2.2.37",
"version": "2.2.38",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-paint",
"version": "2.2.37",
"version": "2.2.38",
"license": "BSD-3-Clause",
"dependencies": {
"@scratch/paper": "^0.11.20221201200345",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-paint",
"version": "2.2.37",
"version": "2.2.38",
"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",