diff --git a/CHANGELOG.md b/CHANGELOG.md index 17b1bf9f..b3041b67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [2.29.0-beta.2](https://github.com/open-sauced/hot-sauce/compare/v2.29.0-beta.1...v2.29.0-beta.2) (2022-12-08) + + +### πŸ› Bug Fixes + +* e2e testing not working in CI ([#421](https://github.com/open-sauced/hot-sauce/issues/421)) ([8fd254f](https://github.com/open-sauced/hot-sauce/commit/8fd254fd6b6593ef5e82c74fab117e4c84c5a814)) + ## [2.29.0-beta.1](https://github.com/open-sauced/hot-sauce/compare/v2.28.0...v2.29.0-beta.1) (2022-12-06) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5a4a2986..997f18bf 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/hot", - "version": "2.29.0-beta.1", + "version": "2.29.0-beta.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/hot", - "version": "2.29.0-beta.1", + "version": "2.29.0-beta.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e7365e41..8d57d24f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@open-sauced/hot", "description": "πŸ•The site that recommends the hottest sauce.", "keywords": [], - "version": "2.29.0-beta.1", + "version": "2.29.0-beta.2", "author": "TED Vortex ", "private": true, "license": "MIT",