From eb56186f96251d329f925b3e4ea21e66fbe8b6f9 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Wed, 8 Apr 2020 15:49:23 +0100 Subject: [PATCH] chore: release version v1.0.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8aa812..a448455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ + +# 1.0.0 (2020-04-08) + + +### Bug Fixes + +* add guard for un open db ([d06332d](https://github.com/ipfs/js-datastore-idb/commit/d06332d)) +* add options ([2074f00](https://github.com/ipfs/js-datastore-idb/commit/2074f00)) +* benchmarks and perf tweaks ([71d6804](https://github.com/ipfs/js-datastore-idb/commit/71d6804)) +* skip node tests ([d8fd6e8](https://github.com/ipfs/js-datastore-idb/commit/d8fd6e8)) +* syntax tweaks ([7906f08](https://github.com/ipfs/js-datastore-idb/commit/7906f08)) + + +### Features + +* idb datastore ([336c7e7](https://github.com/ipfs/js-datastore-idb/commit/336c7e7)) +* improve query by a lot ([2ba5203](https://github.com/ipfs/js-datastore-idb/commit/2ba5203)) + + + ## [0.14.1](https://github.com/ipfs/js-datastore-level/compare/v0.14.0...v0.14.1) (2020-01-14)