Skip to content

Commit 112c5a3

Browse files
committed
Release 4.0.3
1 parent 8d35ef6 commit 112c5a3

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

5-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-fs/compare/v4.0.2...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-fs/compare/v4.0.3...HEAD).
6+
7+
<a name="v4.0.3"></a>
8+
## [v4.0.3] - 2025-09-30
9+
### Bug Fixes
10+
- **FileSystem Adapter:** Prevent "Maximum call stack size exceeded" [`d5846a0`](https://github.com/SAP/ui5-fs/commit/d5846a0737544715d1463266eb330c16722e4548)
11+
612

713
<a name="v4.0.2"></a>
814
## [v4.0.2] - 2025-09-11
@@ -209,6 +215,7 @@ Adapters "AbstractAdapter", "FileSystem" and "Memory" used to be accessible via
209215
## v0.0.1 - 2018-06-06
210216
### Bug Fixes
211217
- **AbstractAdapter:** Fix normalization of globstar [`6d484e8`](https://github.com/SAP/ui5-fs/commit/6d484e847b62aa0829641f25a76dcc89b0840d44)
218+
[v4.0.3]: https://github.com/SAP/ui5-fs/compare/v4.0.2...v4.0.3
212219
[v4.0.2]: https://github.com/SAP/ui5-fs/compare/v4.0.1...v4.0.2
213220
[v4.0.1]: https://github.com/SAP/ui5-fs/compare/v4.0.0...v4.0.1
214221
[v4.0.0]: https://github.com/SAP/ui5-fs/compare/v3.0.5...v4.0.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/fs",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "UI5 CLI - File System Abstraction",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)