From fd52675b656af4d9a5a5f24cc1c47e68ffbe1961 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Tue, 6 Jul 2021 15:50:03 +0100 Subject: [PATCH] chore: release version v5.0.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 391b805..3c0fe32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [5.0.0](https://github.com/ipfs/js-datastore-fs/compare/v4.0.1...v5.0.0) (2021-07-06) + + +### chore + +* update deps ([79b185f](https://github.com/ipfs/js-datastore-fs/commit/79b185f05b1f2bd2e4e0f75c44dad375e6c5f2dc)) + + +### BREAKING CHANGES + +* uses new interface-datastore interfaces + + + ## [4.0.1](https://github.com/ipfs/js-datastore-fs/compare/v4.0.0...v4.0.1) (2021-05-04)