diff --git a/CHANGELOG.md b/CHANGELOG.md index ed61093d0e..07454d8e30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.23.4](https://github.com/newjersey/navigator.business.nj.gov/compare/v5.23.3...v5.23.4) (2023-07-12) + + +### Bug Fixes + +* disable outage bar ([2f75417](https://github.com/newjersey/navigator.business.nj.gov/commit/2f75417a737a893d627891460d7a3817010612c5)) + ## [5.23.3](https://github.com/newjersey/navigator.business.nj.gov/compare/v5.23.2...v5.23.3) (2023-07-12) diff --git a/package.json b/package.json index 589650a0f1..96b0329985 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@businessnjgovnavigator/root", - "version": "5.23.3", + "version": "5.23.4", "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,