From 892353016999ad6f898a810bcfee579addf3faa8 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 24 Nov 2016 13:04:21 +0000 Subject: [PATCH] chore: release version v12.0.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2675947d1..c0f29b312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +# [12.0.0](https://github.com/ipfs/js-ipfs-api/compare/v11.2.0...v12.0.0) (2016-11-24) + + + # [11.2.0](https://github.com/ipfs/js-ipfs-api/compare/v11.1.0...v11.2.0) (2016-11-24) diff --git a/package.json b/package.json index 9af9a69ce..bb38475e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-api", - "version": "11.2.0", + "version": "12.0.0", "description": "A client library for the IPFS HTTP API. Follows interface-ipfs-core spec", "main": "src/index.js", "browser": {