diff --git a/CHANGELOG.md b/CHANGELOG.md index 287ae7e301..3ff1683cd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [2.61.0-beta.12](https://github.com/open-sauced/app/compare/v2.61.0-beta.11...v2.61.0-beta.12) (2024-08-28) + + +### πŸ• Features + +* OSCR learn more link opens in a new tab now ([#4056](https://github.com/open-sauced/app/issues/4056)) ([b8b1a00](https://github.com/open-sauced/app/commit/b8b1a0094507f5830f0dc720f0edf8caac0fabf5)) + ## [2.61.0-beta.11](https://github.com/open-sauced/app/compare/v2.61.0-beta.10...v2.61.0-beta.11) (2024-08-28) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a7e53a375c..7e4e43e53a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/app", - "version": "2.61.0-beta.11", + "version": "2.61.0-beta.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/app", - "version": "2.61.0-beta.11", + "version": "2.61.0-beta.12", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index 11b48557b8..0e9b7a2649 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.61.0-beta.11", + "version": "2.61.0-beta.12", "author": "Brian Douglas ", "private": true, "license": "Apache 2.0",