From 5e7c6ebc9b51971cae81445ec3435cd50a3ab5d2 Mon Sep 17 00:00:00 2001 From: nr-opensource-bot Date: Fri, 17 May 2024 09:08:51 +0000 Subject: [PATCH] chore(release): 1.6.0 [skip ci] # [1.6.0](https://github.com/newrelic/nr-user-flows/compare/v1.5.0...v1.6.0) (2024-05-17) ### Features * update state handling ([cb694a7](https://github.com/newrelic/nr-user-flows/commit/cb694a79afa167388e8491e84587d7ad9ddc5aa6)) --- docs/CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f63ad73..925f44f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/newrelic/nr-user-flows/compare/v1.5.0...v1.6.0) (2024-05-17) + + +### Features + +* update state handling ([cb694a7](https://github.com/newrelic/nr-user-flows/commit/cb694a79afa167388e8491e84587d7ad9ddc5aa6)) + # [1.5.0](https://github.com/newrelic/nr-user-flows/compare/v1.4.0...v1.5.0) (2024-04-16) diff --git a/package-lock.json b/package-lock.json index 79818aa..475c4e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nr-user-flows", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index bd014f8..29d2fac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "nr-user-flows", - "version": "1.5.0", + "version": "1.6.0", "scripts": { "start": "nr1 nerdpack:serve", "test": "exit 0",