From 1b2ef664fcac770f60583a8c31b22ae5f5192b8a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Sep 2022 06:57:24 +0000 Subject: [PATCH] chore(release): 1.1.3 [skip ci] ## [1.1.3](https://github.com/LLK/scratch-paint/compare/v1.1.2...v1.1.3) (2022-09-13) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20220913031617 ([#2073](https://github.com/LLK/scratch-paint/issues/2073)) ([085f359](https://github.com/LLK/scratch-paint/commit/085f35928a5a6cdec0ff72484314d564ba2bd625)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a078f291..96702f79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [1.1.3](https://github.com/LLK/scratch-paint/compare/v1.1.2...v1.1.3) (2022-09-13) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20220913031617 ([#2073](https://github.com/LLK/scratch-paint/issues/2073)) ([085f359](https://github.com/LLK/scratch-paint/commit/085f35928a5a6cdec0ff72484314d564ba2bd625)) + ## [1.1.2](https://github.com/LLK/scratch-paint/compare/v1.1.1...v1.1.2) (2022-09-11) diff --git a/package-lock.json b/package-lock.json index aaf0619d..62375e34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.1.2", + "version": "1.1.3", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index 63efb96c..c43e9ce5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.1.2", + "version": "1.1.3", "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",