diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a486b22b..c2bb08951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v3.9.0...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v3.9.1...HEAD). + + +## [v3.9.1] - 2024-03-27 ## [v3.9.0] - 2023-12-12 @@ -493,6 +496,7 @@ Renamed parameter "translator" of functions generateDependencyTree and generateP ## v0.0.1 - 2018-06-06 ### Bug Fixes - **npm t8r:** Fix collection fallback with missing package.json [`578466f`](https://github.com/SAP/ui5-project/commit/578466fdedf871091874c93d1a9305859e34e3ed) +[v3.9.1]: https://github.com/SAP/ui5-project/compare/v3.9.0...v3.9.1 [v3.9.0]: https://github.com/SAP/ui5-project/compare/v3.8.0...v3.9.0 [v3.8.0]: https://github.com/SAP/ui5-project/compare/v3.7.3...v3.8.0 [v3.7.3]: https://github.com/SAP/ui5-project/compare/v3.7.2...v3.7.3 diff --git a/package-lock.json b/package-lock.json index 2931cfd92..49d6274cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ui5/project", - "version": "3.9.0", + "version": "3.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/project", - "version": "3.9.0", + "version": "3.9.1", "license": "Apache-2.0", "dependencies": { "@npmcli/config": "^8.2.0", diff --git a/package.json b/package.json index 865a8be67..2786e72c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/project", - "version": "3.9.0", + "version": "3.9.1", "description": "UI5 Tooling - Project ", "author": { "name": "SAP SE",