From d01f8ce4d6d8c7648f576a5fb22e3f9ccdb2e836 Mon Sep 17 00:00:00 2001 From: d3xter666 Date: Tue, 27 Aug 2024 08:29:25 +0000 Subject: [PATCH] Release 4.0.1 --- CHANGELOG.md | 6 +++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eba38a0f..40ed8995 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-fs/compare/v4.0.0...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-fs/compare/v4.0.1...HEAD). + + +## [v4.0.1] - 2024-08-25 ## [v4.0.0] - 2024-07-23 @@ -200,6 +203,7 @@ Adapters "AbstractAdapter", "FileSystem" and "Memory" used to be accessible via ## v0.0.1 - 2018-06-06 ### Bug Fixes - **AbstractAdapter:** Fix normalization of globstar [`6d484e8`](https://github.com/SAP/ui5-fs/commit/6d484e847b62aa0829641f25a76dcc89b0840d44) +[v4.0.1]: https://github.com/SAP/ui5-fs/compare/v4.0.0...v4.0.1 [v4.0.0]: https://github.com/SAP/ui5-fs/compare/v3.0.5...v4.0.0 [v3.0.5]: https://github.com/SAP/ui5-fs/compare/v3.0.4...v3.0.5 [v3.0.4]: https://github.com/SAP/ui5-fs/compare/v3.0.3...v3.0.4 diff --git a/package-lock.json b/package-lock.json index 3d31354c..7ee84c93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ui5/fs", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/fs", - "version": "4.0.0", + "version": "4.0.1", "license": "Apache-2.0", "dependencies": { "@ui5/logger": "^4.0.1", diff --git a/package.json b/package.json index 4b2c36e2..06998ddd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/fs", - "version": "4.0.0", + "version": "4.0.1", "description": "UI5 Tooling - File System Abstraction", "author": { "name": "SAP SE",