From 376701ec27a77c467a68320b76a2a0d4b3ecf550 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Sat, 15 Aug 2020 12:53:58 +0100 Subject: [PATCH] chore: release version v5.0.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ccdd9..14bf351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [5.0.0](https://github.com/ipfs/js-ipfs-repo-migrations/compare/v4.0.0...v5.0.0) (2020-08-15) + + +### Features + +* report migration progress ([#33](https://github.com/ipfs/js-ipfs-repo-migrations/issues/33)) ([051c0a4](https://github.com/ipfs/js-ipfs-repo-migrations/commit/051c0a4)), closes [#32](https://github.com/ipfs/js-ipfs-repo-migrations/issues/32) + + +### BREAKING CHANGES + +* - The signature of the `onProgress` callback has changed + + + # [4.0.0](https://github.com/ipfs/js-ipfs-repo-migrations/compare/v3.0.0...v4.0.0) (2020-08-06)