diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c0d16a2ce..b0fe07b277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [2024.7.0](https://github.com/newjersey/navigator.business.nj.gov/compare/v2024.6.1...v2024.7.0) (2024-02-23) + + +### Bug Fixes + +* [[#187064247](https://github.com/newjersey/navigator.business.nj.gov/issues/187064247)] change sign-lease urlSlug so correct task renders for non-food truck industries ([1cd0bd3](https://github.com/newjersey/navigator.business.nj.gov/commit/1cd0bd388d7d4d5a0ccf968a78f5d03e80d9ecbe)) +* [[#187080169](https://github.com/newjersey/navigator.business.nj.gov/issues/187080169)] enable feature flag in serverless config ([ac132c5](https://github.com/newjersey/navigator.business.nj.gov/commit/ac132c5d8c2a7e67eb4a782710fc0609dde35f3e)) + + +### Features + +* [[#186829051](https://github.com/newjersey/navigator.business.nj.gov/issues/186829051)] show error after business name validation when field is focused ([28af20f](https://github.com/newjersey/navigator.business.nj.gov/commit/28af20ffe61ef0f07d21cea34caf12ee89163640)) + ## [2024.6.1](https://github.com/newjersey/navigator.business.nj.gov/compare/v2024.6.0...v2024.6.1) (2024-02-16) diff --git a/package.json b/package.json index adb67d62b1..482f27bf02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@businessnjgovnavigator/root", - "version": "2024.6.1", + "version": "2024.7.0", "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,