From 93dac85bb31285a3bcc9edc57a89890a4ad080df Mon Sep 17 00:00:00 2001 From: NightKnight Date: Thu, 8 Dec 2022 17:28:30 +0000 Subject: [PATCH] chore(patch): release 2.29.0-beta.2 on beta channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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)) --- CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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",