From 8eebb4f2ebbee7e12ae3486a0b3c2e91483454ea Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Jun 2024 14:46:25 +0000 Subject: [PATCH] chore(release): 2024.19.1 [skip ci] ## [2024.19.1](https://github.com/newjersey/navigator.business.nj.gov/compare/v2024.19.0...v2024.19.1) (2024-06-27) ### Bug Fixes * redeploy for formation API content-type changes ([32409e3](https://github.com/newjersey/navigator.business.nj.gov/commit/32409e336b1b274bf43c4fb315fd072bd14ca6b8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1174bcb3cb..f858df17b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2024.19.1](https://github.com/newjersey/navigator.business.nj.gov/compare/v2024.19.0...v2024.19.1) (2024-06-27) + + +### Bug Fixes + +* redeploy for formation API content-type changes ([32409e3](https://github.com/newjersey/navigator.business.nj.gov/commit/32409e336b1b274bf43c4fb315fd072bd14ca6b8)) + # [2024.19.0](https://github.com/newjersey/navigator.business.nj.gov/compare/v2024.18.0...v2024.19.0) (2024-06-18) diff --git a/package.json b/package.json index 1c35dd712b..0cf138e211 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@businessnjgovnavigator/root", - "version": "2024.19.0", + "version": "2024.19.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,