diff --git a/CHANGELOG.md b/CHANGELOG.md index c81ea5435..fc5fcaea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [2.59.0-beta.2](https://github.com/open-sauced/app/compare/v2.59.0-beta.1...v2.59.0-beta.2) (2024-08-16) + + +### πŸ› Bug Fixes + +* reverted a file that accidentally went in cee5fa8d ([#3979](https://github.com/open-sauced/app/issues/3979)) ([d776a13](https://github.com/open-sauced/app/commit/d776a13e2d159d24ffd7d7424abb5d434f7306e4)) + ## [2.59.0-beta.1](https://github.com/open-sauced/app/compare/v2.58.0...v2.59.0-beta.1) (2024-08-16) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a957b34be..ec9c97b2f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/app", - "version": "2.59.0-beta.1", + "version": "2.59.0-beta.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/app", - "version": "2.59.0-beta.1", + "version": "2.59.0-beta.2", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index 7c8c9411d..2a8737b00 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.59.0-beta.1", + "version": "2.59.0-beta.2", "author": "Brian Douglas ", "private": true, "license": "Apache 2.0",