chore(release): 2.2.14 [skip ci]

## [2.2.14](https://github.com/LLK/scratch-paint/compare/v2.2.13...v2.2.14) (2024-02-22)

### Bug Fixes

* **deps:** update dependency scratch-render-fonts to v1.0.5 ([](https://github.com/LLK/scratch-paint/issues/2337)) ([fc432bf](fc432bffd8))
This commit is contained in:
semantic-release-bot 2024-02-22 18:49:59 +00:00
parent fc432bffd8
commit df09320226
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.14](https://github.com/LLK/scratch-paint/compare/v2.2.13...v2.2.14) (2024-02-22)
### Bug Fixes
* **deps:** update dependency scratch-render-fonts to v1.0.5 ([#2337](https://github.com/LLK/scratch-paint/issues/2337)) ([fc432bf](https://github.com/LLK/scratch-paint/commit/fc432bffd8d5b0ab4c314521b9380be9acb9c774))
## [2.2.13](https://github.com/LLK/scratch-paint/compare/v2.2.12...v2.2.13) (2024-02-22)

4
package-lock.json generated
View file

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

View file

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