From 3a826e70ef5221048f1caae0da17636aab7b8cbc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Jun 2023 10:20:46 +0000 Subject: [PATCH] chore(release): 1.1.73 [skip ci] ## [1.1.73](https://github.com/LLK/scratch-paint/compare/v1.1.72...v1.1.73) (2023-06-20) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20230620032154 ([#2184](https://github.com/LLK/scratch-paint/issues/2184)) ([41bd526](https://github.com/LLK/scratch-paint/commit/41bd52604ee3abbcc6ff7022bd911eb27a20d48f)) --- 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 d3607b16..541e3357 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.73](https://github.com/LLK/scratch-paint/compare/v1.1.72...v1.1.73) (2023-06-20) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20230620032154 ([#2184](https://github.com/LLK/scratch-paint/issues/2184)) ([41bd526](https://github.com/LLK/scratch-paint/commit/41bd52604ee3abbcc6ff7022bd911eb27a20d48f)) + ## [1.1.72](https://github.com/LLK/scratch-paint/compare/v1.1.71...v1.1.72) (2023-06-18) diff --git a/package-lock.json b/package-lock.json index 0d5a809e..4ec02b71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.1.72", + "version": "1.1.73", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.1.72", + "version": "1.1.73", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index 44ed2f96..8f9bf4c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.1.72", + "version": "1.1.73", "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",