diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b0fe1c33..3ab339e2ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.9.1](https://github.com/newjersey/navigator.business.nj.gov/compare/v5.9.0...v5.9.1) (2022-12-14) + + +### Bug Fixes + +* [[#184035288](https://github.com/newjersey/navigator.business.nj.gov/issues/184035288)] send town name (not display name) for members in formation ([3e1ff9b](https://github.com/newjersey/navigator.business.nj.gov/commit/3e1ff9bdac8c70b8ff50d85332391a95cb2337a2)) + # [5.9.0](https://github.com/newjersey/navigator.business.nj.gov/compare/v5.8.0...v5.9.0) (2022-12-12) diff --git a/package.json b/package.json index e996ea8e76..3c90600762 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@businessnjgovnavigator/root", - "version": "5.9.0", + "version": "5.9.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,