From 041f2522ca58b58c7efc5ddd406be8ead634b4b4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 27 Aug 2023 07:42:33 +0000 Subject: [PATCH] chore(release): 2.1.4 [skip ci] ## [2.1.4](https://github.com/LLK/scratch-paint/compare/v2.1.3...v2.1.4) (2023-08-27) ### Bug Fixes * **deps:** update dependency scratch-l10n to v3.16.20230827032235 ([#2226](https://github.com/LLK/scratch-paint/issues/2226)) ([61d5d8c](https://github.com/LLK/scratch-paint/commit/61d5d8c1382594b83e8215301a8bd4061f23ebbb)) --- 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 73feb0d5..adefa120 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.4](https://github.com/LLK/scratch-paint/compare/v2.1.3...v2.1.4) (2023-08-27) + + +### Bug Fixes + +* **deps:** update dependency scratch-l10n to v3.16.20230827032235 ([#2226](https://github.com/LLK/scratch-paint/issues/2226)) ([61d5d8c](https://github.com/LLK/scratch-paint/commit/61d5d8c1382594b83e8215301a8bd4061f23ebbb)) + ## [2.1.3](https://github.com/LLK/scratch-paint/compare/v2.1.2...v2.1.3) (2023-08-23) diff --git a/package-lock.json b/package-lock.json index 43f82af7..af40a37b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.1.3", + "version": "2.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.1.3", + "version": "2.1.4", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "0.11.20200728195508", diff --git a/package.json b/package.json index c0b54b64..9bd8f30b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.1.3", + "version": "2.1.4", "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",