From 3c095b86f9cf164fc84755eee99c6bb49b43d833 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Tue, 18 Aug 2020 13:13:52 +0100 Subject: [PATCH] fix: revert "feat: http upload/download progress handlers" (#58) This reverts commit d30be969d84ad9428f344257be20e350db292b2f. --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c84ffc0..bc40731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [3.0.0](https://github.com/ipfs/js-ipfs-utils/compare/v2.4.0...v3.0.0) (2020-08-18) + + +### Bug Fixes + +* revert "feat: http upload/download progress handlers" ([#58](https://github.com/ipfs/js-ipfs-utils/issues/58)) ([1bbe957](https://github.com/ipfs/js-ipfs-utils/commit/1bbe957)) + + + # [2.4.0](https://github.com/ipfs/js-ipfs-utils/compare/v2.3.1...v2.4.0) (2020-08-12) diff --git a/package.json b/package.json index 65aba91..2dc35a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-utils", - "version": "2.4.0", + "version": "3.0.0", "description": "Package to aggregate shared logic and dependencies for the IPFS ecosystem", "main": "src/index.js", "author": "Hugo Dias ",