From 16dbbff07e7d9d9b1bb5c29b47472fc9de412855 Mon Sep 17 00:00:00 2001 From: David Dias Date: Fri, 2 Feb 2018 01:08:55 -0800 Subject: [PATCH 1/4] chore: update contributors From 61f8bf05abd94ca8046f82a70d89f1bcf1bf2262 Mon Sep 17 00:00:00 2001 From: David Dias Date: Fri, 2 Feb 2018 01:08:55 -0800 Subject: [PATCH 2/4] chore: release version v0.45.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1247376..fa77be48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +# [0.45.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.44.0...v0.45.0) (2018-02-02) + + + # [0.44.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.43.0...v0.44.0) (2018-02-02) diff --git a/package.json b/package.json index bc7f9387..c25a3ee4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interface-ipfs-core", - "version": "0.44.0", + "version": "0.45.0", "description": "A test suite and interface you can use to implement a IPFS core interface.", "main": "js/src/index.js", "scripts": { From 175311a3e1c320f1ca1f9d0eb89f0ee94932bc09 Mon Sep 17 00:00:00 2001 From: David Dias Date: Fri, 2 Feb 2018 01:09:12 -0800 Subject: [PATCH 3/4] chore: update contributors From 328726a5aebb4f77b3cabebbfcb14c1042b6f02a Mon Sep 17 00:00:00 2001 From: David Dias Date: Fri, 2 Feb 2018 01:09:12 -0800 Subject: [PATCH 4/4] chore: release version v0.46.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa77be48..785b5cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +# [0.46.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.44.0...v0.46.0) (2018-02-02) + + + # [0.45.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.44.0...v0.45.0) (2018-02-02) diff --git a/package.json b/package.json index c25a3ee4..9995953e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interface-ipfs-core", - "version": "0.45.0", + "version": "0.46.0", "description": "A test suite and interface you can use to implement a IPFS core interface.", "main": "js/src/index.js", "scripts": {