Skip to content

Commit

Permalink
chore(main): release 1.0.1-dev (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 24, 2022
1 parent fef9564 commit 0b2add4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [1.0.1-dev](https://github.com/ipld/js-unixfs/compare/v1.0.0-dev...v1.0.1-dev) (2022-03-24)


### Bug Fixes

* provide more exports ([#13](https://github.com/ipld/js-unixfs/issues/13)) ([fef9564](https://github.com/ipld/js-unixfs/commit/fef95647f56bf9825e36dfc225c6bca8336ce308))

## 1.0.0-dev (2022-03-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ipld/unixfs",
"description": "An implementation of the UnixFS in JavaScript designed for use with multiformats",
"version": "1.0.0-dev",
"version": "1.0.1-dev",
"files": [
"src",
"gen",
Expand Down

0 comments on commit 0b2add4

Please sign in to comment.