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

Commit 21dbea6

Browse files
committed
chore: release version v0.23.7
1 parent 1ee1e8b commit 21dbea6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="0.23.7"></a>
2+
## [0.23.7](https://github.com/ipfs/interface-ipfs-core/compare/v0.23.6...v0.23.7) (2017-02-01)
3+
4+
5+
### Features
6+
7+
* dag API basics (get, put, rm) ([dd3396b](https://github.com/ipfs/interface-ipfs-core/commit/dd3396b))
8+
* dag-api (WIP) ([44af576](https://github.com/ipfs/interface-ipfs-core/commit/44af576))
9+
* dag-api (WIP) ([64a25b9](https://github.com/ipfs/interface-ipfs-core/commit/64a25b9))
10+
* remove rm from dag api ([0a5d629](https://github.com/ipfs/interface-ipfs-core/commit/0a5d629))
11+
12+
13+
114
<a name="0.23.6"></a>
215
## [0.23.6](https://github.com/ipfs/interface-ipfs-core/compare/v0.23.5...v0.23.6) (2017-02-01)
316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-ipfs-core",
3-
"version": "0.23.6",
3+
"version": "0.23.7",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)