Skip to content

Commit a72dc00

Browse files
committed
Release 2.0.5
1 parent 173f4ff commit a72dc00

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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/v2.0.4...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-fs/compare/v2.0.5...HEAD).
6+
7+
<a name="v2.0.5"></a>
8+
## [v2.0.5] - 2020-11-06
9+
### Performance Improvements
10+
- Reduce install size by moving 'mock-require' to devDependencies [`173f4ff`](https://github.com/SAP/ui5-fs/commit/173f4ffc55f0e264025c6e2bce12721a6673790a)
11+
612

713
<a name="v2.0.4"></a>
814
## [v2.0.4] - 2020-10-22
@@ -116,6 +122,7 @@ Adapters "AbstractAdapter", "FileSystem" and "Memory" used to be accessible via
116122
- **AbstractAdapter:** Fix normalization of globstar [`6d484e8`](https://github.com/SAP/ui5-fs/commit/6d484e847b62aa0829641f25a76dcc89b0840d44)
117123

118124

125+
[v2.0.5]: https://github.com/SAP/ui5-fs/compare/v2.0.4...v2.0.5
119126
[v2.0.4]: https://github.com/SAP/ui5-fs/compare/v2.0.3...v2.0.4
120127
[v2.0.3]: https://github.com/SAP/ui5-fs/compare/v2.0.2...v2.0.3
121128
[v2.0.2]: https://github.com/SAP/ui5-fs/compare/v2.0.1...v2.0.2

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "2.0.4",
3+
"version": "2.0.5",
44
"description": "UI5 Tooling - File System Abstraction",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)