From c9b4bed5bbac25fe4974b555d924d0691f09f50c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 May 2024 20:47:57 +0000 Subject: [PATCH] chore(release): 2024.15.0 [skip ci] # [2024.15.0](https://github.com/newjersey/navigator.business.nj.gov/compare/v2024.14.0...v2024.15.0) (2024-05-01) ### Bug Fixes * [[#187263740](https://github.com/newjersey/navigator.business.nj.gov/issues/187263740)] display one notRegistered/notRegisteredExisting card in for you section ([8cec9a2](https://github.com/newjersey/navigator.business.nj.gov/commit/8cec9a28083b9d730b79691db39a6ac9efad3b86)) * [[#187263740](https://github.com/newjersey/navigator.business.nj.gov/issues/187263740)] update dashboard URL in onboarding-as Cypress tests ([fb92a43](https://github.com/newjersey/navigator.business.nj.gov/commit/fb92a43518f3432186152166b9580e02f100bfac)) * [[#187432057](https://github.com/newjersey/navigator.business.nj.gov/issues/187432057)] manually build industry sync industries and fix license sync filepath ([2ea0cf6](https://github.com/newjersey/navigator.business.nj.gov/commit/2ea0cf6311f87452098f18d223c5df2230061976)) * [[#187532028](https://github.com/newjersey/navigator.business.nj.gov/issues/187532028)] restore new-home-builder-license to CMS ([76c8046](https://github.com/newjersey/navigator.business.nj.gov/commit/76c80461fdaef69d0e9c276a54e022ed4674041b)) ### Features * [[#187263740](https://github.com/newjersey/navigator.business.nj.gov/issues/187263740)] save-your-progress-snackbar-link-update ([832728f](https://github.com/newjersey/navigator.business.nj.gov/commit/832728f3d6ed3943a3bf15fabc0c29ec32613894)) * [[#187485886](https://github.com/newjersey/navigator.business.nj.gov/issues/187485886)] save and retrieve community affairs address on elevator registration task ([d47b47e](https://github.com/newjersey/navigator.business.nj.gov/commit/d47b47ef392e7e2a7b8ca50e59f817b9f3005eef)) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 680365979c..70b97d5fa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [2024.15.0](https://github.com/newjersey/navigator.business.nj.gov/compare/v2024.14.0...v2024.15.0) (2024-05-01) + + +### Bug Fixes + +* [[#187263740](https://github.com/newjersey/navigator.business.nj.gov/issues/187263740)] display one notRegistered/notRegisteredExisting card in for you section ([8cec9a2](https://github.com/newjersey/navigator.business.nj.gov/commit/8cec9a28083b9d730b79691db39a6ac9efad3b86)) +* [[#187263740](https://github.com/newjersey/navigator.business.nj.gov/issues/187263740)] update dashboard URL in onboarding-as Cypress tests ([fb92a43](https://github.com/newjersey/navigator.business.nj.gov/commit/fb92a43518f3432186152166b9580e02f100bfac)) +* [[#187432057](https://github.com/newjersey/navigator.business.nj.gov/issues/187432057)] manually build industry sync industries and fix license sync filepath ([2ea0cf6](https://github.com/newjersey/navigator.business.nj.gov/commit/2ea0cf6311f87452098f18d223c5df2230061976)) +* [[#187532028](https://github.com/newjersey/navigator.business.nj.gov/issues/187532028)] restore new-home-builder-license to CMS ([76c8046](https://github.com/newjersey/navigator.business.nj.gov/commit/76c80461fdaef69d0e9c276a54e022ed4674041b)) + + +### Features + +* [[#187263740](https://github.com/newjersey/navigator.business.nj.gov/issues/187263740)] save-your-progress-snackbar-link-update ([832728f](https://github.com/newjersey/navigator.business.nj.gov/commit/832728f3d6ed3943a3bf15fabc0c29ec32613894)) +* [[#187485886](https://github.com/newjersey/navigator.business.nj.gov/issues/187485886)] save and retrieve community affairs address on elevator registration task ([d47b47e](https://github.com/newjersey/navigator.business.nj.gov/commit/d47b47ef392e7e2a7b8ca50e59f817b9f3005eef)) + # [2024.14.0](https://github.com/newjersey/navigator.business.nj.gov/compare/v2024.13.0...v2024.14.0) (2024-04-25) diff --git a/package.json b/package.json index 23164aa962..df3fbe1e99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@businessnjgovnavigator/root", - "version": "2024.14.0", + "version": "2024.15.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,