Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit 1fee1d8

Browse files
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2023-03-23) ### Bug Fixes * update interface-store to 5.x.x ([#100](#100)) ([4c918fc](4c918fc)) ### Trivial Changes * update benchmark ([#99](#99)) ([49aa042](49aa042))
1 parent 4c918fc commit 1fee1d8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [2.0.1](https://github.com/ipfs/js-datastore-idb/compare/v2.0.0...v2.0.1) (2023-03-23)
2+
3+
4+
### Bug Fixes
5+
6+
* update interface-store to 5.x.x ([#100](https://github.com/ipfs/js-datastore-idb/issues/100)) ([4c918fc](https://github.com/ipfs/js-datastore-idb/commit/4c918fcef352f381810d18225e679202a873f028))
7+
8+
9+
### Trivial Changes
10+
11+
* update benchmark ([#99](https://github.com/ipfs/js-datastore-idb/issues/99)) ([49aa042](https://github.com/ipfs/js-datastore-idb/commit/49aa0429e0c07f1c53c8031567e3b77f154daa49))
12+
113
## [2.0.0](https://github.com/ipfs/js-datastore-idb/compare/v1.1.0...v2.0.0) (2023-03-14)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datastore-idb",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Datastore implementation with IndexedDB backend.",
55
"author": "Hugo Dias <[email protected]>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)