diff --git a/CHANGELOG.md b/CHANGELOG.md index 6847f5a1..13777dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ 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.1...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-fs/compare/v3.0.2...HEAD). + + +## [v3.0.2] - 2023-03-01 +### Dependency Updates +- Bump minimatch from 6.2.0 to 7.2.0 [`d2c37d4`](https://github.com/SAP/ui5-fs/commit/d2c37d4be518b4cc812cb55b9a431796010725dc) + ## [v3.0.1] - 2023-02-16 @@ -157,6 +163,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.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 [v2.0.6]: https://github.com/SAP/ui5-fs/compare/v2.0.5...v2.0.6 diff --git a/package-lock.json b/package-lock.json index afdaa04e..c9bb7978 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ui5/fs", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/fs", - "version": "3.0.1", + "version": "3.0.2", "license": "Apache-2.0", "dependencies": { "@ui5/logger": "^3.0.0", diff --git a/package.json b/package.json index 2ec39949..c5415e83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/fs", - "version": "3.0.1", + "version": "3.0.2", "description": "UI5 Tooling - File System Abstraction", "author": { "name": "SAP SE",