diff --git a/CHANGELOG.md b/CHANGELOG.md index fe45afed..b67cd4e8 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.168](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.167...v2.2.168) (2024-05-04) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#2524](https://github.com/scratchfoundation/scratch-paint/issues/2524)) ([5200b50](https://github.com/scratchfoundation/scratch-paint/commit/5200b501a8ec0e9be430f43498438f3987b0bec3)) + ## [2.2.167](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.166...v2.2.167) (2024-05-02) diff --git a/package-lock.json b/package-lock.json index d9169894..29b0af44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.167", + "version": "2.2.168", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.167", + "version": "2.2.168", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index e28cf850..2984d5ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.167", + "version": "2.2.168", "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",