Skip to content

Commit

Permalink
Release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Apr 21, 2023
1 parent 2e7f783 commit 4b74503
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
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/v3.0.2...HEAD).
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-fs/compare/v3.0.3...HEAD).

<a name="v3.0.3"></a>
## [v3.0.3] - 2023-04-18
### Dependency Updates
- Bump minimatch from 8.0.4 to 9.0.0 ([#497](https://github.com/SAP/ui5-fs/issues/497)) [`56d4542`](https://github.com/SAP/ui5-fs/commit/56d45423458564db7c2bdf7d1cdbd174c2057232)
- Bump minimatch from 7.4.4 to 8.0.2 [`a53a4e3`](https://github.com/SAP/ui5-fs/commit/a53a4e3e531cc880de29a4e8176844dd2c743196)


<a name="v3.0.2"></a>
## [v3.0.2] - 2023-03-01
Expand Down Expand Up @@ -163,6 +170,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)
[v3.0.3]: https://github.com/SAP/ui5-fs/compare/v3.0.2...v3.0.3
[v3.0.2]: https://github.com/SAP/ui5-fs/compare/v3.0.1...v3.0.2
[v3.0.1]: https://github.com/SAP/ui5-fs/compare/v3.0.0...v3.0.1
[v3.0.0]: https://github.com/SAP/ui5-fs/compare/v2.0.6...v3.0.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/fs",
"version": "3.0.2",
"version": "3.0.3",
"description": "UI5 Tooling - File System Abstraction",
"author": {
"name": "SAP SE",
Expand Down

0 comments on commit 4b74503

Please sign in to comment.