chore(release): 2.1.2 [skip ci]

## [2.1.2](https://github.com/LLK/scratch-paint/compare/v2.1.1...v2.1.2) (2023-08-18)

### Bug Fixes

* **deps:** update dependency scratch-l10n to v3.16.20230811032222 ([#2218](https://github.com/LLK/scratch-paint/issues/2218)) ([0d2a471](0d2a471a70))
* **deps:** update dependency scratch-l10n to v3.16.20230812032208 ([#2219](https://github.com/LLK/scratch-paint/issues/2219)) ([15e1435](15e1435483))
* **deps:** update dependency scratch-l10n to v3.16.20230815032213 ([#2221](https://github.com/LLK/scratch-paint/issues/2221)) ([3209c82](3209c8292f))
* **deps:** update dependency scratch-l10n to v3.16.20230818032229 ([#2222](https://github.com/LLK/scratch-paint/issues/2222)) ([f3a96b9](f3a96b973b))
This commit is contained in:
semantic-release-bot 2023-08-18 06:14:10 +00:00
parent f3a96b973b
commit 231b88bc5c
3 changed files with 13 additions and 3 deletions

View file

@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.1.2](https://github.com/LLK/scratch-paint/compare/v2.1.1...v2.1.2) (2023-08-18)
### Bug Fixes
* **deps:** update dependency scratch-l10n to v3.16.20230811032222 ([#2218](https://github.com/LLK/scratch-paint/issues/2218)) ([0d2a471](https://github.com/LLK/scratch-paint/commit/0d2a471a704c337a6da88c135349012ab91bdcb9))
* **deps:** update dependency scratch-l10n to v3.16.20230812032208 ([#2219](https://github.com/LLK/scratch-paint/issues/2219)) ([15e1435](https://github.com/LLK/scratch-paint/commit/15e14354835f0178cec4ad917629be1a30605ce8))
* **deps:** update dependency scratch-l10n to v3.16.20230815032213 ([#2221](https://github.com/LLK/scratch-paint/issues/2221)) ([3209c82](https://github.com/LLK/scratch-paint/commit/3209c8292f11b8b38124e430668c4f6708293b26))
* **deps:** update dependency scratch-l10n to v3.16.20230818032229 ([#2222](https://github.com/LLK/scratch-paint/issues/2222)) ([f3a96b9](https://github.com/LLK/scratch-paint/commit/f3a96b973b8ef973eb5cf4c583f81addc328b414))
## [2.1.1](https://github.com/LLK/scratch-paint/compare/v2.1.0...v2.1.1) (2023-08-09)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-paint",
"version": "2.1.1",
"version": "2.1.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "scratch-paint",
"version": "2.1.1",
"version": "2.1.2",
"license": "BSD-3-Clause",
"dependencies": {
"@scratch/paper": "0.11.20200728195508",

View file

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