From a8c116a9e19331772d1c63dbad6915294e0f00a4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Oct 2023 07:40:06 +0000 Subject: [PATCH] chore(release): 2.1.28 [skip ci] ## [2.1.28](https://github.com/LLK/scratch-paint/compare/v2.1.27...v2.1.28) (2023-10-19) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.16.20231019032205 ([#2259](https://github.com/LLK/scratch-paint/issues/2259)) ([4363165](https://github.com/LLK/scratch-paint/commit/4363165e3f05921aed9428d0841d01f988fb02f9)) --- 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 650f655c..6eb3e452 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.28](https://github.com/LLK/scratch-paint/compare/v2.1.27...v2.1.28) (2023-10-19) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.16.20231019032205 ([#2259](https://github.com/LLK/scratch-paint/issues/2259)) ([4363165](https://github.com/LLK/scratch-paint/commit/4363165e3f05921aed9428d0841d01f988fb02f9)) + ## [2.1.27](https://github.com/LLK/scratch-paint/compare/v2.1.26...v2.1.27) (2023-10-18) diff --git a/package-lock.json b/package-lock.json index a4ce7af2..c645fc06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.1.27", + "version": "2.1.28", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.1.27", + "version": "2.1.28", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20221201200345", diff --git a/package.json b/package.json index 2d878389..4751fe25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.1.27", + "version": "2.1.28", "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",