Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
chore: release version v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Jun 29, 2018
1 parent cf3b220 commit 2d1ce4f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
<a name="0.2.1"></a>
## [0.2.1](https://github.com/ipld/js-ipld-git/compare/v0.2.0...v0.2.1) (2018-06-29)


### Bug Fixes

* do not ignore cid.options ([#18](https://github.com/ipld/js-ipld-git/issues/18)) ([4641b63](https://github.com/ipld/js-ipld-git/commit/4641b63))
* pass serialized blob to util.cid ([#16](https://github.com/ipld/js-ipld-git/issues/16)) ([d8f8687](https://github.com/ipld/js-ipld-git/commit/d8f8687))


### Features

* add defaultHashAlg ([d0ccec3](https://github.com/ipld/js-ipld-git/commit/d0ccec3))
* add util.cid options ([#15](https://github.com/ipld/js-ipld-git/issues/15)) ([5ed9c74](https://github.com/ipld/js-ipld-git/commit/5ed9c74))


### BREAKING CHANGES

* the first argument is now the serialized output NOT the dag node.
See https://github.com/ipld/interface-ipld-format/issues/32



<a name="0.2.0"></a>
# [0.2.0](https://github.com/ipld/js-ipld-git/compare/v0.1.1...v0.2.0) (2018-02-12)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipld-git",
"version": "0.2.0",
"version": "0.2.1",
"description": "JavaScript Implementation of Git IPLD format",
"leadMaintainer": "Volker Mische <volker.mische@gmail.com>",
"main": "src/index.js",
Expand Down

0 comments on commit 2d1ce4f

Please sign in to comment.