diff --git a/CHANGELOG.md b/CHANGELOG.md index 9933ac12..ef476cf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 8a4b3b55..ca3fcd6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index a2f27892..d8d61636 100644 --- a/package.json +++ b/package.json @@ -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",