diff --git a/CHANGELOG.md b/CHANGELOG.md index 87c7e86..065bcd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.25.0-beta.11](https://github.com/open-sauced/insights/compare/v1.25.0-beta.10...v1.25.0-beta.11) (2023-02-01) + + +### πŸ• Features + +* implement profile settings feature ([#808](https://github.com/open-sauced/insights/issues/808)) ([4a8d706](https://github.com/open-sauced/insights/commit/4a8d706ed0ee409973f61b3b94d647fa7c5dfb4d)) + ## [1.25.0](https://github.com/open-sauced/insights/compare/v1.24.0...v1.25.0) (2023-01-30) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 1a8489e..fc8f0e0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/insights", - "version": "1.25.0", + "version": "1.25.0-beta.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/insights", - "version": "1.25.0", + "version": "1.25.0-beta.11", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index cfc3136..3590055 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.25.0", + "version": "1.25.0-beta.11", "author": "TED Vortex ", "private": true, "license": "MIT",