chore(release): 2.2.291 [skip ci]

## [2.2.291](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.290...v2.2.291) (2024-07-18)

### Bug Fixes

* **deps:** lock file maintenance ([#2671](https://github.com/scratchfoundation/scratch-paint/issues/2671)) ([06c970f](06c970fb3e))
* **deps:** update dependency scratch-l10n to v3.18.221 ([#2670](https://github.com/scratchfoundation/scratch-paint/issues/2670)) ([9b0eb38](9b0eb38606))
This commit is contained in:
semantic-release-bot 2024-07-18 05:31:26 +00:00
parent 06c970fb3e
commit 7ee9002d24
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.291](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.290...v2.2.291) (2024-07-18)
### Bug Fixes
* **deps:** lock file maintenance ([#2671](https://github.com/scratchfoundation/scratch-paint/issues/2671)) ([06c970f](https://github.com/scratchfoundation/scratch-paint/commit/06c970fb3edc7d4d798a1ca4033f9ac155ff5318))
* **deps:** update dependency scratch-l10n to v3.18.221 ([#2670](https://github.com/scratchfoundation/scratch-paint/issues/2670)) ([9b0eb38](https://github.com/scratchfoundation/scratch-paint/commit/9b0eb3860661c0473ea6241db13b8407f5bc3d23))
## [2.2.290](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.289...v2.2.290) (2024-07-16)

4
package-lock.json generated
View file

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

View file

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