Skip to content

Commit

Permalink
chore(main): release 1.0.0-dev (#10)
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 a832830 commit 2923be8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog

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


### Features

* change layout engine & chunker interfaces ([#7](https://github.com/ipld/js-unixfs/issues/7)) ([6d8b9a9](https://github.com/ipld/js-unixfs/commit/6d8b9a94b31955bddbce91883736ee6a6f519610))
* improve chunker perf ([dcbe064](https://github.com/ipld/js-unixfs/commit/dcbe0641cdcf5ef8c1a0a78b2a31b3584c474648))


### Bug Fixes

* add public access ([9a3373d](https://github.com/ipld/js-unixfs/commit/9a3373d760e8e050550f6baa8c91d8da7e30547f))
* balanced layout ([d6fa08d](https://github.com/ipld/js-unixfs/commit/d6fa08dca63e680c933e8fb2119afbc586714fd7))
* bug in trickle layout logic ([8d0eecd](https://github.com/ipld/js-unixfs/commit/8d0eecdf227f4467a24626630075400a9cd9d277))
* bugs & add tests ([6be4ed4](https://github.com/ipld/js-unixfs/commit/6be4ed4d69b5e39c3cf9034f98f5624f01ecfbe1))
* create CIDv1 for raw blocks even if cidv is 0 ([9afb665](https://github.com/ipld/js-unixfs/commit/9afb6653baaccf302f65b469ddc8f000b17d72e4))
* drop unecessary reference ([e461d67](https://github.com/ipld/js-unixfs/commit/e461d67463a063044466f16f699bc5cde3fab1f8))
* id allocator ([3be5b42](https://github.com/ipld/js-unixfs/commit/3be5b429d5869b13aff13019af4fa316ca12d375))
* no content case ([fd75c19](https://github.com/ipld/js-unixfs/commit/fd75c19105c497f657a46d164d143b226c4fac2c))
* rabin tests parsing config incorrectly ([b2f36da](https://github.com/ipld/js-unixfs/commit/b2f36da80930ca036a4c42f133d8a7a7264d1e83))
* trickle dags ([6f0b501](https://github.com/ipld/js-unixfs/commit/6f0b501f941a7651a62e9fdcb744547123d70add))
* type errrors ([#8](https://github.com/ipld/js-unixfs/issues/8)) ([7233ea4](https://github.com/ipld/js-unixfs/commit/7233ea43c2700aee3ea00d17696d191dda452a95))


### Miscellaneous Chores

* release 1.0.0-dev ([a832830](https://github.com/ipld/js-unixfs/commit/a832830761c099ae753ac9b7c1660c1b4c46eaeb))
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": "0.1.0",
"version": "1.0.0-dev",
"files": [
"src",
"gen",
Expand Down

0 comments on commit 2923be8

Please sign in to comment.