diff --git a/CHANGELOG.md b/CHANGELOG.md index e6d06cbc..0f8e74d3 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. +## [1.1.46](https://github.com/LLK/scratch-paint/compare/v1.1.45...v1.1.46) (2023-04-12) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20230408032134 ([#2146](https://github.com/LLK/scratch-paint/issues/2146)) ([a90efe0](https://github.com/LLK/scratch-paint/commit/a90efe09dcd2dd9e4c9bdeb68737788483502eca)) +* **deps:** update dependency scratch-l10n to v3.15.20230409032113 ([#2147](https://github.com/LLK/scratch-paint/issues/2147)) ([0ae9635](https://github.com/LLK/scratch-paint/commit/0ae96356b9a857a9add9a89d112ae60ab3bfb8d9)) +* **deps:** update dependency scratch-l10n to v3.15.20230410032122 ([#2148](https://github.com/LLK/scratch-paint/issues/2148)) ([5232f48](https://github.com/LLK/scratch-paint/commit/5232f4824662fa1598c3a9431abdbbb2df268998)) +* **deps:** update dependency scratch-l10n to v3.15.20230412032123 ([#2149](https://github.com/LLK/scratch-paint/issues/2149)) ([aa65ce3](https://github.com/LLK/scratch-paint/commit/aa65ce34931a9035978791e797f1878eb3f9d193)) + ## [1.1.45](https://github.com/LLK/scratch-paint/compare/v1.1.44...v1.1.45) (2023-04-05) diff --git a/package-lock.json b/package-lock.json index b648b172..836334a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.1.45", + "version": "1.1.46", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.1.45", + "version": "1.1.46", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index da39da47..1dbbd40d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.1.45", + "version": "1.1.46", "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",