From 428d60f69a307514baa47407a89daf09d400cc2b Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Thu, 23 Apr 2020 18:27:41 +0100 Subject: [PATCH] chore: release version v1.0.1 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a448455..855ee6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [1.0.1](https://github.com/ipfs/js-datastore-idb/compare/v1.0.0...v1.0.1) (2020-04-23) + + +### Bug Fixes + +* add bundle size config ([1fef7be](https://github.com/ipfs/js-datastore-idb/commit/1fef7be)) +* protect open and close ([0695ad6](https://github.com/ipfs/js-datastore-idb/commit/0695ad6)) + + + # 1.0.0 (2020-04-08)