Skip to content

Commit

Permalink
chore(main): release 1.0.3-dev (#20)
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 28, 2022
1 parent 91f153e commit 68ddb5f
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.3-dev](https://github.com/ipld/js-unixfs/compare/v1.0.2-dev...v1.0.3-dev) (2022-03-28)


### Bug Fixes

* fix types exports ([#19](https://github.com/ipld/js-unixfs/issues/19)) ([3a83eb3](https://github.com/ipld/js-unixfs/commit/3a83eb36745e64dc39672ba5bd40b24faedd77e4))

### [1.0.2-dev](https://github.com/ipld/js-unixfs/compare/v1.0.1-dev...v1.0.2-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.2-dev",
"version": "1.0.3-dev",
"files": [
"src",
"gen",
Expand Down

0 comments on commit 68ddb5f

Please sign in to comment.