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

Commit 44d70eb

Browse files
committed
chore: release version v0.23.0
1 parent 088c30d commit 44d70eb

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="0.23.0"></a>
2+
# [0.23.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.22.1...v0.23.0) (2016-12-21)
3+
4+
5+
### Bug Fixes
6+
7+
* fix a bunch of issues (i.e: identify race condition) ([d004577](https://github.com/ipfs/interface-ipfs-core/commit/d004577))
8+
9+
10+
### Features
11+
12+
* add first pass of pubsub tests (running in js-ipfs-api) ([74003a7](https://github.com/ipfs/interface-ipfs-core/commit/74003a7))
13+
* new event based API ([1a82890](https://github.com/ipfs/interface-ipfs-core/commit/1a82890))
14+
15+
16+
117
<a name="0.22.1"></a>
218
## [0.22.1](https://github.com/ipfs/interface-ipfs-core/compare/v0.22.0...v0.22.1) (2016-12-10)
319

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-ipfs-core",
3-
"version": "0.22.1",
3+
"version": "0.23.0",
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)