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 611401b commit bb254deCopy full SHA for bb254de
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### [1.0.2-dev](https://github.com/ipld/js-unixfs/compare/v1.0.1-dev...v1.0.2-dev) (2022-03-24)
4
+
5
6
+### Bug Fixes
7
8
+* skypack build by breaking import loop ([#15](https://github.com/ipld/js-unixfs/issues/15)) ([611401b](https://github.com/ipld/js-unixfs/commit/611401b467aad2db969b19e0dc84eeeefcfaa9d2))
9
10
### [1.0.1-dev](https://github.com/ipld/js-unixfs/compare/v1.0.0-dev...v1.0.1-dev) (2022-03-24)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "@ipld/unixfs",
"description": "An implementation of the UnixFS in JavaScript designed for use with multiformats",
- "version": "1.0.1-dev",
+ "version": "1.0.2-dev",
"files": [
"src",
"gen",
0 commit comments