We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e48da2 commit 2fbdf2bCopy full SHA for 2fbdf2b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.2.0](https://github.com/cheminfo/file-collection/compare/v0.1.0...v0.2.0) (2023-06-18)
4
+
5
6
+### Features
7
8
+* add get / set methods ([9e48da2](https://github.com/cheminfo/file-collection/commit/9e48da204e347324a7dfc6da9010a4a0e3869fc4))
9
10
## [0.1.0](https://github.com/cheminfo/file-collection/compare/v0.0.1...v0.1.0) (2023-06-17)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "file-collection",
- "version": "0.1.0",
+ "version": "0.2.0",
"description": "Library to manage large amount of files coming from different sources",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
0 commit comments