diff --git a/CHANGELOG.md b/CHANGELOG.md index 156f6049f2..91e65b5700 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [2.52.0-beta.11](https://github.com/open-sauced/app/compare/v2.52.0-beta.10...v2.52.0-beta.11) (2024-08-08) + + +### πŸ• Features + +* add OSCR tooltip to user page ([#3857](https://github.com/open-sauced/app/issues/3857)) ([fd5fa41](https://github.com/open-sauced/app/commit/fd5fa41225838ef72e3cfd149e07572056839ec5)) + ## [2.52.0-beta.10](https://github.com/open-sauced/app/compare/v2.52.0-beta.9...v2.52.0-beta.10) (2024-08-08) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index fbbec0eaa9..a5cddc2983 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/app", - "version": "2.52.0-beta.10", + "version": "2.52.0-beta.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/app", - "version": "2.52.0-beta.10", + "version": "2.52.0-beta.11", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index 5965034851..7661a1a585 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.52.0-beta.10", + "version": "2.52.0-beta.11", "author": "Brian Douglas ", "private": true, "license": "Apache 2.0",