diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b149fb5b2..5293889811 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.11.1](https://github.com/newjersey/navigator.business.nj.gov/compare/v5.11.0...v5.11.1) (2023-01-12) + + +### Bug Fixes + +* updating business-name-search-nexus links ([4abdf12](https://github.com/newjersey/navigator.business.nj.gov/commit/4abdf121bf71cd08560ee1316da4a2593e7dda9b)) + # [5.11.0](https://github.com/newjersey/navigator.business.nj.gov/compare/v5.10.1...v5.11.0) (2023-01-11) diff --git a/package.json b/package.json index 22a6dc72df..d4d1cc8940 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@businessnjgovnavigator/root", - "version": "5.11.0", + "version": "5.11.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,