From f8d41774b622a8ea3c6179048c981592080b0de1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Jan 2023 16:30:28 +0000 Subject: [PATCH] chore(release): 5.10.1 [skip ci] ## [5.10.1](https://github.com/newjersey/navigator.business.nj.gov/compare/v5.10.0...v5.10.1) (2023-01-11) ### Bug Fixes * production re-deploy ([6fc8c9e](https://github.com/newjersey/navigator.business.nj.gov/commit/6fc8c9e1f4eacc5ab63cb4c7af1801057c4ed7c9)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 373347d8aa..e6a358bdc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.10.1](https://github.com/newjersey/navigator.business.nj.gov/compare/v5.10.0...v5.10.1) (2023-01-11) + + +### Bug Fixes + +* production re-deploy ([6fc8c9e](https://github.com/newjersey/navigator.business.nj.gov/commit/6fc8c9e1f4eacc5ab63cb4c7af1801057c4ed7c9)) + # [5.10.0](https://github.com/newjersey/navigator.business.nj.gov/compare/v5.9.2...v5.10.0) (2023-01-10) diff --git a/package.json b/package.json index eeef5c3f26..79b7860cb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@businessnjgovnavigator/root", - "version": "5.10.0", + "version": "5.10.1", "description": "This is the development repository for the work-in-progress business navigator 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,