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

Commit 1e3da2e

Browse files
committed
chore: release version v0.34.1
1 parent 0e18df2 commit 1e3da2e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="0.34.1"></a>
2+
## [0.34.1](https://github.com/ipfs/interface-ipfs-core/compare/v0.34.0...v0.34.1) (2017-11-13)
3+
4+
5+
16
<a name="0.34.0"></a>
27
# [0.34.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.33.2...v0.34.0) (2017-11-13)
38

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.34.0",
3+
"version": "0.34.1",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"main": "src/index.js",
66
"scripts": {

src/files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const through = require('through2')
1717
const Buffer = require('safe-buffer').Buffer
1818

1919
module.exports = (common) => {
20-
describe.only('.files', function () {
20+
describe('.files', function () {
2121
this.timeout(80 * 1000)
2222

2323
let smallFile

0 commit comments

Comments
 (0)