diff --git a/CHANGELOG.md b/CHANGELOG.md index 55ed2b0399..0c2ed6af7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [2.24.2](https://github.com/open-sauced/app/compare/v2.24.1...v2.24.2) (2024-05-03) + + +### πŸ› Bug Fixes + +* remove alt text from StarSearch logo ([#3308](https://github.com/open-sauced/app/issues/3308)) ([bd29387](https://github.com/open-sauced/app/commit/bd29387b22538512bfcef93371068c2e804b566a)) + ## [2.24.1](https://github.com/open-sauced/app/compare/v2.24.0...v2.24.1) (2024-05-03) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index cb28200552..124b6957a0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/app", - "version": "2.24.1", + "version": "2.24.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/app", - "version": "2.24.1", + "version": "2.24.2", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index ddacd1e203..29fddc5617 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@open-sauced/app", "description": "πŸ•The dashboard for open source discovery.", "keywords": [], - "version": "2.24.1", + "version": "2.24.2", "author": "Brian Douglas ", "private": true, "license": "Apache 2.0",