From c87429d6e8bb7cddd8986d6eb5d3765436a80b34 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 16 Dec 2023 01:53:08 +0000 Subject: [PATCH] chore(release): 2.1.52 [skip ci] ## [2.1.52](https://github.com/LLK/scratch-paint/compare/v2.1.51...v2.1.52) (2023-12-16) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.16.20231216003333 ([#2294](https://github.com/LLK/scratch-paint/issues/2294)) ([5e21101](https://github.com/LLK/scratch-paint/commit/5e2110108b61a13672e87c1e26739eab11163ffe)) --- 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 4a0e7a03..a4432367 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.52](https://github.com/LLK/scratch-paint/compare/v2.1.51...v2.1.52) (2023-12-16) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.16.20231216003333 ([#2294](https://github.com/LLK/scratch-paint/issues/2294)) ([5e21101](https://github.com/LLK/scratch-paint/commit/5e2110108b61a13672e87c1e26739eab11163ffe)) + ## [2.1.51](https://github.com/LLK/scratch-paint/compare/v2.1.50...v2.1.51) (2023-12-16) diff --git a/package-lock.json b/package-lock.json index 3c119599..749553c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.1.51", + "version": "2.1.52", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.1.51", + "version": "2.1.52", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20221201200345", diff --git a/package.json b/package.json index e9e49288..76b13e37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.1.51", + "version": "2.1.52", "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",