diff --git a/CHANGELOG.md b/CHANGELOG.md index dfeba891af..204f006245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.54.0-beta.8](https://github.com/open-sauced/insights/compare/v1.54.0-beta.7...v1.54.0-beta.8) (2023-06-28) + + +### πŸ• Features + +* add URL for collaboration requests ([#1305](https://github.com/open-sauced/insights/issues/1305)) ([b3f8ea5](https://github.com/open-sauced/insights/commit/b3f8ea5abff60b7fd9c75d675c9a3df94d809b67)) + ## [1.54.0-beta.7](https://github.com/open-sauced/insights/compare/v1.54.0-beta.6...v1.54.0-beta.7) (2023-06-27) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 92799c0b61..a7acd6a5be 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/insights", - "version": "1.54.0-beta.7", + "version": "1.54.0-beta.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/insights", - "version": "1.54.0-beta.7", + "version": "1.54.0-beta.8", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 61021e06dc..93779ce7e6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@open-sauced/insights", "description": "πŸ•The dashboard for open source discovery.", "keywords": [], - "version": "1.54.0-beta.7", + "version": "1.54.0-beta.8", "author": "TED Vortex ", "private": true, "license": "MIT",