chore(release): 2.2.8 [skip ci]

## [2.2.8](https://github.com/LLK/scratch-paint/compare/v2.2.7...v2.2.8) (2024-02-22)

### Bug Fixes

* **deps:** update dependency scratch-semantic-release-config to v1.0.11 ([#2335](https://github.com/LLK/scratch-paint/issues/2335)) ([c1bf2f0](c1bf2f0e21))
This commit is contained in:
semantic-release-bot 2024-02-22 01:24:15 +00:00
parent c1bf2f0e21
commit eb39acbabe
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.2.8](https://github.com/LLK/scratch-paint/compare/v2.2.7...v2.2.8) (2024-02-22)
### Bug Fixes
* **deps:** update dependency scratch-semantic-release-config to v1.0.11 ([#2335](https://github.com/LLK/scratch-paint/issues/2335)) ([c1bf2f0](https://github.com/LLK/scratch-paint/commit/c1bf2f0e21b32971d6b59183955e061731707e71))
## [2.2.7](https://github.com/LLK/scratch-paint/compare/v2.2.6...v2.2.7) (2024-02-21)

4
package-lock.json generated
View file

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

View file

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