From 093954996618334fe4db8986f9c2a10c2f5b0037 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 7 Jun 2024 09:55:03 +0000 Subject: [PATCH] chore(release): 2.2.221 [skip ci] ## [2.2.221](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.220...v2.2.221) (2024-06-07) ### Bug Fixes * **deps:** lock file maintenance ([#2587](https://github.com/scratchfoundation/scratch-paint/issues/2587)) ([ea5f5e4](https://github.com/scratchfoundation/scratch-paint/commit/ea5f5e45254d1487994d1ef0a8c2237a1449e617)) --- 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 0a5edeb4..276c69f7 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.221](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.220...v2.2.221) (2024-06-07) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#2587](https://github.com/scratchfoundation/scratch-paint/issues/2587)) ([ea5f5e4](https://github.com/scratchfoundation/scratch-paint/commit/ea5f5e45254d1487994d1ef0a8c2237a1449e617)) + ## [2.2.220](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.219...v2.2.220) (2024-06-06) diff --git a/package-lock.json b/package-lock.json index 47a59f34..71605e81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.220", + "version": "2.2.221", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.220", + "version": "2.2.221", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 3fc80c58..56652eeb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.220", + "version": "2.2.221", "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",