diff --git a/CHANGELOG.md b/CHANGELOG.md index 72727b2c..4c5b5718 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.189](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.188...v2.2.189) (2024-05-18) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#2549](https://github.com/scratchfoundation/scratch-paint/issues/2549)) ([d372af3](https://github.com/scratchfoundation/scratch-paint/commit/d372af37c23b8300735d921ea6c71c77e363231c)) + ## [2.2.188](https://github.com/scratchfoundation/scratch-paint/compare/v2.2.187...v2.2.188) (2024-05-17) diff --git a/package-lock.json b/package-lock.json index 5f3a8d8a..b75182d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-paint", - "version": "2.2.188", + "version": "2.2.189", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scratch-paint", - "version": "2.2.188", + "version": "2.2.189", "license": "BSD-3-Clause", "dependencies": { "@scratch/paper": "^0.11.20221201200345", diff --git a/package.json b/package.json index 73194a53..da45dfc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-paint", - "version": "2.2.188", + "version": "2.2.189", "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",