diff --git a/CHANGELOG.md b/CHANGELOG.md index deff1b1..c65ed09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.1.1 -- remove ipfs-api + +1. Package.json fix for browserify/webpack. Whoops. + # 1.1.0 -- remove ipfs-api 1. Remove ipfs-api requirement.. Yay.. thanks pelle! diff --git a/package.json b/package.json index 3fc2b03..5760c59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-mini", - "version": "1.1.0", + "version": "1.1.1", "description": "A super tiny module for querying an IPFS node that works in nodejs and the browser.", "main": "lib/index.js", "files": [