From 7fc3e37bb90785f24c64840c33e53ebf7f7ae06d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 19 Oct 2022 06:17:26 +0000 Subject: [PATCH] chore(release): 1.1.23 [skip ci] ## [1.1.23](https://github.com/LLK/scratch-paint/compare/v1.1.22...v1.1.23) (2022-10-19) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20221019032108 ([#2099](https://github.com/LLK/scratch-paint/issues/2099)) ([c278235](https://github.com/LLK/scratch-paint/commit/c2782353efc0fc15b6411bb03eb920627434f5d1)) --- 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 38cd0d97..1551fc32 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.23](https://github.com/LLK/scratch-paint/compare/v1.1.22...v1.1.23) (2022-10-19) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20221019032108 ([#2099](https://github.com/LLK/scratch-paint/issues/2099)) ([c278235](https://github.com/LLK/scratch-paint/commit/c2782353efc0fc15b6411bb03eb920627434f5d1)) + ## [1.1.22](https://github.com/LLK/scratch-paint/compare/v1.1.21...v1.1.22) (2022-10-18) diff --git a/package-lock.json b/package-lock.json index b1d026d3..e0fdf3a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.1.22", + "version": "1.1.23", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.1.22", + "version": "1.1.23", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index 7bbcdbec..a61ff77b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.1.22", + "version": "1.1.23", "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",