diff --git a/CHANGELOG.md b/CHANGELOG.md index d48acd5..d1dd8f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.3](https://github.com/ui5-community/ui5-journey-recorder/compare/v0.3.2...v0.3.3) (2024-06-05) + + +### Bug Fixes + +* **project:** dependency update ([f261ac2](https://github.com/ui5-community/ui5-journey-recorder/commit/f261ac2abcb5d0bf59b18a9d7f7203064af0c878)) +* **StepConversion:** fixed the conversion to input steps ([ac1224a](https://github.com/ui5-community/ui5-journey-recorder/commit/ac1224aacf5267bdd58b7d61c1bea3c158321ca8)) + ### [0.3.2](https://github.com/ui5-community/ui5-journey-recorder/compare/v0.3.1...v0.3.2) (2024-03-05) diff --git a/package-lock.json b/package-lock.json index 24bb58d..b09f3e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "com.ui5.journeyrecorder", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "com.ui5.journeyrecorder", - "version": "0.3.2", + "version": "0.3.3", "license": "Apache-2.0", "dependencies": { "client-zip": "^2.4.4", diff --git a/package.json b/package.json index 2dc301e..580cabb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.ui5.journeyrecorder", - "version": "0.3.2", + "version": "0.3.3", "description": "UI5 Application: com.ui5.journeyrecorder", "author": "Adrian Marten", "license": "Apache-2.0",