From c17ab4f8c25f0c87b36765c929491ef27a226f8a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 22 Feb 2024 19:49:45 +0000 Subject: [PATCH] chore(release): 2.2.16 [skip ci] ## [2.2.16](https://github.com/LLK/scratch-paint/compare/v2.2.15...v2.2.16) (2024-02-22) ### Bug Fixes * **deps:** lock file maintenance ([#2343](https://github.com/LLK/scratch-paint/issues/2343)) ([53360fb](https://github.com/LLK/scratch-paint/commit/53360fb6dcc9d36cf4ad3d3262b4b6bea0b00be7)) --- 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 2e61ed39..6e476c88 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.16](https://github.com/LLK/scratch-paint/compare/v2.2.15...v2.2.16) (2024-02-22) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#2343](https://github.com/LLK/scratch-paint/issues/2343)) ([53360fb](https://github.com/LLK/scratch-paint/commit/53360fb6dcc9d36cf4ad3d3262b4b6bea0b00be7)) + ## [2.2.15](https://github.com/LLK/scratch-paint/compare/v2.2.14...v2.2.15) (2024-02-22) diff --git a/package-lock.json b/package-lock.json index 1b133575..410f7943 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.15", + "version": "2.2.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.15", + "version": "2.2.16", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 1501aa62..4958059a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.15", + "version": "2.2.16", "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",