diff --git a/CHANGELOG.md b/CHANGELOG.md index aef27c5..a1dd53c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/cheminfo/filelist-utils/compare/v1.6.0...v1.7.0) (2023-02-06) + + +### Features + +* add filter options to fileCollectionFromZip ([#74](https://github.com/cheminfo/filelist-utils/issues/74)) ([e36ab0d](https://github.com/cheminfo/filelist-utils/commit/e36ab0d4bc55310b5b1df06742dc4401e66ca680)) + ## [1.6.0](https://github.com/cheminfo/filelist-utils/compare/v1.5.1...v1.6.0) (2023-02-03) diff --git a/package.json b/package.json index b245ef8..365cb03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "filelist-utils", - "version": "1.6.0", + "version": "1.7.0", "description": "Create a FileCollection from a path or a zip file", "main": "./lib/index.js", "module": "./lib-esm/index.js",