Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 9a37ac0

Browse files
author
Alan Shaw
committed
chore: release version v0.32.3
1 parent a933cbd commit 9a37ac0

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="0.32.3"></a>
2+
## [0.32.3](https://github.com./ipfs/js-ipfs/compare/v0.32.2...v0.32.3) (2018-09-28)
3+
4+
5+
### Bug Fixes
6+
7+
* allow null/undefined options ([#1581](https://github.com./ipfs/js-ipfs/issues/1581)) ([c73bd2f](https://github.com./ipfs/js-ipfs/commit/c73bd2f)), closes [#1574](https://github.com./ipfs/js-ipfs/issues/1574)
8+
* block.put with non default options ([#1600](https://github.com./ipfs/js-ipfs/issues/1600)) ([4ba0a24](https://github.com./ipfs/js-ipfs/commit/4ba0a24))
9+
* ipns datastore get not found ([#1558](https://github.com./ipfs/js-ipfs/issues/1558)) ([4e99cf5](https://github.com./ipfs/js-ipfs/commit/4e99cf5))
10+
* report correct size for raw dag nodes ([#1591](https://github.com./ipfs/js-ipfs/issues/1591)) ([549f2f6](https://github.com./ipfs/js-ipfs/commit/549f2f6)), closes [#1585](https://github.com./ipfs/js-ipfs/issues/1585)
11+
* revert libp2p records being signed for ipns ([#1570](https://github.com./ipfs/js-ipfs/issues/1570)) ([855b3bd](https://github.com./ipfs/js-ipfs/commit/855b3bd))
12+
13+
14+
115
<a name="0.32.2"></a>
216
## [0.32.2](https://github.com./ipfs/js-ipfs/compare/v0.32.1...v0.32.2) (2018-09-19)
317

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs",
3-
"version": "0.32.2",
3+
"version": "0.32.3",
44
"description": "JavaScript implementation of the IPFS specification",
55
"leadMaintainer": "Alan Shaw <[email protected]>",
66
"bin": {

0 commit comments

Comments
 (0)