From 90186b55b342295b0e8d4331c2095e2ebd6a4e04 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Jun 2023 09:52:17 +0000 Subject: [PATCH] chore(release): 1.1.71 [skip ci] ## [1.1.71](https://github.com/LLK/scratch-paint/compare/v1.1.70...v1.1.71) (2023-06-17) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.15.20230617032419 ([#2182](https://github.com/LLK/scratch-paint/issues/2182)) ([53bf4ac](https://github.com/LLK/scratch-paint/commit/53bf4ac395db59d4f0c705435398d9015698d4ac)) --- 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 896bd0c9..be1fd73c 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.71](https://github.com/LLK/scratch-paint/compare/v1.1.70...v1.1.71) (2023-06-17) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.15.20230617032419 ([#2182](https://github.com/LLK/scratch-paint/issues/2182)) ([53bf4ac](https://github.com/LLK/scratch-paint/commit/53bf4ac395db59d4f0c705435398d9015698d4ac)) + ## [1.1.70](https://github.com/LLK/scratch-paint/compare/v1.1.69...v1.1.70) (2023-06-16) diff --git a/package-lock.json b/package-lock.json index 9362c1a2..95541536 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "1.1.70", + "version": "1.1.71", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "1.1.70", + "version": "1.1.71", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index 6b63933e..72a03dc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "1.1.70", + "version": "1.1.71", "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",