Skip to content

Commit 2fbdf2b

Browse files
authored
chore(main): release 0.2.0 (#3)
1 parent 9e48da2 commit 2fbdf2b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [0.1.0](https://github.com/cheminfo/file-collection/compare/v0.0.1...v0.1.0) (2023-06-17)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "file-collection",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Library to manage large amount of files coming from different sources",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)