From 92a1276b8f9e7ef37b41c8544f3c248964db5c3f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Apr 2024 08:41:29 +0000 Subject: [PATCH] chore(release): 2.2.137 [skip ci] ## [2.2.137](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.136...v2.2.137) (2024-04-17) ### Bug Fixes * **deps:** lock file maintenance ([#2489](https://github.com/scratchfoundation/scratch-paint/issues/2489)) ([bafc53e](https://github.com/scratchfoundation/scratch-paint/commit/bafc53edcc7912f21f86e52a6c9d5ad6319b3874)) --- 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 eface7a8..176c5120 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.137](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.136...v2.2.137) (2024-04-17) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#2489](https://github.com/scratchfoundation/scratch-paint/issues/2489)) ([bafc53e](https://github.com/scratchfoundation/scratch-paint/commit/bafc53edcc7912f21f86e52a6c9d5ad6319b3874)) + ## [2.2.136](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.135...v2.2.136) (2024-04-16) diff --git a/package-lock.json b/package-lock.json index 5487f2f3..b1951e02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.136", + "version": "2.2.137", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.136", + "version": "2.2.137", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 064a5c63..8fb202df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.136", + "version": "2.2.137", "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",