Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 4449f41

Browse files
committed
chore: release version v24.0.0
1 parent 35a7abd commit 4449f41

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="24.0.0"></a>
2+
# [24.0.0](https://github.com/ipfs/js-ipfs-api/compare/v23.0.0...v24.0.0) (2018-08-15)
3+
4+
5+
### Bug Fixes
6+
7+
* add test data to IPFS before fetching it ([#832](https://github.com/ipfs/js-ipfs-api/issues/832)) ([b2a77d6](https://github.com/ipfs/js-ipfs-api/commit/b2a77d6))
8+
* BREAKING CHANGE use data-encoding arg so data is not corrupted ([#806](https://github.com/ipfs/js-ipfs-api/issues/806)) ([553c3fb](https://github.com/ipfs/js-ipfs-api/commit/553c3fb))
9+
* dag.get return error on missing multicodec ([#831](https://github.com/ipfs/js-ipfs-api/issues/831)) ([ff7c7e5](https://github.com/ipfs/js-ipfs-api/commit/ff7c7e5))
10+
* remove external urls from addFromURL tests ([#834](https://github.com/ipfs/js-ipfs-api/issues/834)) ([7cf7998](https://github.com/ipfs/js-ipfs-api/commit/7cf7998)), closes [#803](https://github.com/ipfs/js-ipfs-api/issues/803)
11+
12+
13+
### BREAKING CHANGES
14+
15+
* Requires go-ipfs 0.4.17 as it allows for specifying the data encoding format when requesting object data.
16+
17+
18+
119
<a name="23.0.0"></a>
220
# [23.0.0](https://github.com/ipfs/js-ipfs-api/compare/v22.3.0...v23.0.0) (2018-08-06)
321

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-api",
3-
"version": "23.0.0",
3+
"version": "24.0.0",
44
"description": "A client library for the IPFS HTTP API",
55
"leadMaintainer": "Alan Shaw <[email protected]>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)