From bcd8d471c3122423d11910233a212a44497c934c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Dec 2023 06:50:19 +0000 Subject: [PATCH] chore(release): 2.1.60 [skip ci] ## [2.1.60](https://github.com/LLK/scratch-paint/compare/v2.1.59...v2.1.60) (2023-12-20) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.16.20231220031946 ([#2303](https://github.com/LLK/scratch-paint/issues/2303)) ([140218a](https://github.com/LLK/scratch-paint/commit/140218a0cc98a70998a1fef3640d2c8305cb23e8)) --- 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 557e8e9a..3d480cb2 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. +## [2.1.60](https://github.com/LLK/scratch-paint/compare/v2.1.59...v2.1.60) (2023-12-20) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.16.20231220031946 ([#2303](https://github.com/LLK/scratch-paint/issues/2303)) ([140218a](https://github.com/LLK/scratch-paint/commit/140218a0cc98a70998a1fef3640d2c8305cb23e8)) + ## [2.1.59](https://github.com/LLK/scratch-paint/compare/v2.1.58...v2.1.59) (2023-12-19) diff --git a/package-lock.json b/package-lock.json index a690bd40..4f60225f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.1.59", + "version": "2.1.60", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.1.59", + "version": "2.1.60", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20221201200345", diff --git a/package.json b/package.json index fc085d9e..177ff929 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.1.59", + "version": "2.1.60", "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",