We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db514c commit 0a3f5f2Copy full SHA for 0a3f5f2
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="0.70.1"></a>
2
+## [0.70.1](https://github.com/ipfs/interface-ipfs-core/compare/v0.70.0...v0.70.1) (2018-06-27)
3
+
4
5
+### Bug Fixes
6
7
+* allow null skip for subsystems ([5df855c](https://github.com/ipfs/interface-ipfs-core/commit/5df855c))
8
9
10
11
<a name="0.70.0"></a>
12
# [0.70.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.69.1...v0.70.0) (2018-06-27)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "interface-ipfs-core",
- "version": "0.70.0",
+ "version": "0.70.1",
"description": "A test suite and interface you can use to implement a IPFS core interface.",
"leadMaintainer": "Alan Shaw <alan@tableflip.io>",
"main": "js/src/index.js",
0 commit comments