From 51521cc6b9586b6a1a907240e2c8b7ea34dccfa1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 9 Jan 2025 10:21:06 +0000 Subject: [PATCH] chore(release): 3.0.83 [skip ci] ## [3.0.83](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.82...v3.0.83) (2025-01-09) ### Bug Fixes * **deps:** lock file maintenance ([#3046](https://github.com/scratchfoundation/scratch-paint/issues/3046)) ([5e0bcac](https://github.com/scratchfoundation/scratch-paint/commit/5e0bcac823cefdb9c3e62283eb718a0e6fd1236e)) --- 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 5bbd0926..8dcac557 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. +## [3.0.83](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.82...v3.0.83) (2025-01-09) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#3046](https://github.com/scratchfoundation/scratch-paint/issues/3046)) ([5e0bcac](https://github.com/scratchfoundation/scratch-paint/commit/5e0bcac823cefdb9c3e62283eb718a0e6fd1236e)) + ## [3.0.82](https://github.com/scratchfoundation/scratch-paint/compare/v3.0.81...v3.0.82) (2025-01-08) diff --git a/package-lock.json b/package-lock.json index 7db61b43..296ff494 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "3.0.82", + "version": "3.0.83", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "3.0.82", + "version": "3.0.83", "license": "AGPL-3.0-only", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index ff16db16..5f78e3a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "3.0.82", + "version": "3.0.83", "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",