From b00196fa451c38853f85c940fff2fbba854e81ea Mon Sep 17 00:00:00 2001 From: UI5 journey recorder bot Date: Tue, 5 Mar 2024 10:34:54 +0000 Subject: [PATCH] chore(release): 0.3.2-nightly.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a03e175..02121dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 0.3.2-nightly.0 (2024-03-05) + + +### Features + +* **journey:** added dnd for reordering journey steps ([319630f](https://github.com/ui5-community/ui5-journey-recorder/commit/319630ffddfb02534e2c07fb72fe7f9164a5093e)) + ### 0.3.1 (2024-02-28) ## 0.3.0 (2024-02-26) diff --git a/package-lock.json b/package-lock.json index b14745c..a4b3921 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "com.ui5.journeyrecorder", - "version": "0.3.1", + "version": "0.3.2-nightly.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "com.ui5.journeyrecorder", - "version": "0.3.1", + "version": "0.3.2-nightly.0", "license": "Apache-2.0", "dependencies": { "client-zip": "^2.4.4", diff --git a/package.json b/package.json index 92af79e..dd90450 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.ui5.journeyrecorder", - "version": "0.3.1", + "version": "0.3.2-nightly.0", "description": "UI5 Application: com.ui5.journeyrecorder", "author": "Adrian Marten", "license": "Apache-2.0",