From 8f75d0ad2af7731652ce6be06539786ad1b04b6d Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 5 Apr 2018 16:02:37 +0100 Subject: [PATCH] chore: release version v0.60.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ae1fcd9..0f3dd3b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [0.60.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.59.0...v0.60.0) (2018-04-05) + + +### Features + +* Provide access to bundled libraries when in browser ([db83b50](https://github.com/ipfs/interface-ipfs-core/commit/db83b50)) + + + # [0.59.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.58.0...v0.59.0) (2018-04-03) diff --git a/package.json b/package.json index 2ee52825..059e6c0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interface-ipfs-core", - "version": "0.59.0", + "version": "0.60.0", "description": "A test suite and interface you can use to implement a IPFS core interface.", "main": "js/src/index.js", "scripts": {