From a9d92e1d6dc7690d8a73950dc8ae27df75eee3fe Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 24 Feb 2024 05:23:49 +0000 Subject: [PATCH] chore(release): 2.2.20 [skip ci] ## [2.2.20](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.19...v2.2.20) (2024-02-24) ### Bug Fixes * **deps:** update dependency scratch-semantic-release-config to v1.0.14 ([#2348](https://github.com/scratchfoundation/scratch-paint/issues/2348)) ([1eef970](https://github.com/scratchfoundation/scratch-paint/commit/1eef9704fec916d73f960351849bd9fb20ea08f8)) --- 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 f093d3b6..df37a269 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.2.20](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.19...v2.2.20) (2024-02-24) + + +### Bug Fixes + +* **deps:** update dependency scratch-semantic-release-config to v1.0.14 ([#2348](https://github.com/scratchfoundation/scratch-paint/issues/2348)) ([1eef970](https://github.com/scratchfoundation/scratch-paint/commit/1eef9704fec916d73f960351849bd9fb20ea08f8)) + ## [2.2.19](https://github.com/LLK/scratch-paint/compare/v2.2.18...v2.2.19) (2024-02-23) diff --git a/package-lock.json b/package-lock.json index 83868e1c..7d97d8d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.19", + "version": "2.2.20", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.19", + "version": "2.2.20", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index aada6dd3..299cec13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.19", + "version": "2.2.20", "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",