Skip to content

Commit 0b2add4

Browse files
chore(main): release 1.0.1-dev (#14)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fef9564 commit 0b2add4

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+
### [1.0.1-dev](https://github.com/ipld/js-unixfs/compare/v1.0.0-dev...v1.0.1-dev) (2022-03-24)
4+
5+
6+
### Bug Fixes
7+
8+
* provide more exports ([#13](https://github.com/ipld/js-unixfs/issues/13)) ([fef9564](https://github.com/ipld/js-unixfs/commit/fef95647f56bf9825e36dfc225c6bca8336ce308))
9+
310
## 1.0.0-dev (2022-03-24)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ipld/unixfs",
33
"description": "An implementation of the UnixFS in JavaScript designed for use with multiformats",
4-
"version": "1.0.0-dev",
4+
"version": "1.0.1-dev",
55
"files": [
66
"src",
77
"gen",

0 commit comments

Comments
 (0)