From a3b803115a0a3f0e7cbee152b89790bfa3a5b9d9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 8 Feb 2022 14:06:27 +0000 Subject: [PATCH] chore(release): 2.0.2 [skip ci] ## [2.0.2](https://github.com/newjersey/navigator.business.nj.gov/compare/v2.0.1...v2.0.2) (2022-02-08) ### Bug Fixes * dashboard/roadmap redirect test ([f009fa7](https://github.com/newjersey/navigator.business.nj.gov/commit/f009fa79140e3113ed8487c7bb40647fdad2ecc7)) * update logic in the roadmap when logging in for existing business users ([38d98a2](https://github.com/newjersey/navigator.business.nj.gov/commit/38d98a2bc61690ead1e7125c91c017d6f07a4598)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7834a931b1..04d8f0994b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.0.2](https://github.com/newjersey/navigator.business.nj.gov/compare/v2.0.1...v2.0.2) (2022-02-08) + + +### Bug Fixes + +* dashboard/roadmap redirect test ([f009fa7](https://github.com/newjersey/navigator.business.nj.gov/commit/f009fa79140e3113ed8487c7bb40647fdad2ecc7)) +* update logic in the roadmap when logging in for existing business users ([38d98a2](https://github.com/newjersey/navigator.business.nj.gov/commit/38d98a2bc61690ead1e7125c91c017d6f07a4598)) + ## [2.0.1](https://github.com/newjersey/navigator.business.nj.gov/compare/v2.0.0...v2.0.1) (2022-02-07) diff --git a/package.json b/package.json index 534520433f..1e2d032dc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@businessnjgovnavigator/root", - "version": "2.0.1", + "version": "2.0.2", "description": "This is the development repository for the work-in-progress business dashboard from the New Jersey Office of Innovation. For info on the existing [Business.NJ.gov](https://business.nj.gov) site, please see the [bottom of this document](https://github.com/newjersey/navigator.business.nj.gov#businessnjgov)", "main": "index.js", "private": true,