From f9abb64b2bd517ff994bcd277c7b5f4ff3ac0c53 Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Mon, 7 Nov 2022 00:10:54 +0100 Subject: [PATCH] chore(main): release 1.2.0 (#50) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf52e6..3d02b2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/cheminfo/filelist-utils/compare/v1.1.1...v1.2.0) (2022-11-06) + + +### Features + +* add fileCollectionFromPaths ([cb71b52](https://github.com/cheminfo/filelist-utils/commit/cb71b522efbc61d9c226c94e49db37f2cf565a2a)) + + +### Bug Fixes + +* relativePath should always contain file.name and not '.' ([#49](https://github.com/cheminfo/filelist-utils/issues/49)) ([bfd802c](https://github.com/cheminfo/filelist-utils/commit/bfd802c1f31ae14e82570c53c580881dc0c96631)) + ## [1.1.1](https://github.com/cheminfo/filelist-utils/compare/v1.1.0...v1.1.1) (2022-10-27) diff --git a/package.json b/package.json index 472e863..8566acd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "filelist-utils", - "version": "1.1.1", + "version": "1.2.0", "description": "Create a FileCollection from a path or a zip file", "main": "./lib/index.js", "module": "./lib-esm/index.js",