From 62cc7492c6f9fee24c0e525e2f0d291b2ab03d5e Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Tue, 4 Jun 2019 12:29:30 +0200 Subject: [PATCH] chore: release version v0.27.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe73dbf5..72cfe17f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [0.27.0](https://github.com/ipfs/js-ipfs-repo/compare/v0.26.6...v0.27.0) (2019-06-04) + + +### Features + +* refactor/async await ([#199](https://github.com/ipfs/js-ipfs-repo/issues/199)) ([e6db5cf](https://github.com/ipfs/js-ipfs-repo/commit/e6db5cf)) + + +### BREAKING CHANGES + +* ipfs-repo has been refactored to use async/await. All callback support has been dropped. See the README for the new api. + + + ## [0.26.6](https://github.com/ipfs/js-ipfs-repo/compare/v0.26.5...v0.26.6) (2019-05-13)