Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot authored Nov 6, 2022
1 parent cb71b52 commit f9abb64
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f9abb64

Please sign in to comment.