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

Commit af8607e

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](v1.1.0...v2.0.0) (2023-03-14) ### ⚠ BREAKING CHANGES * this module has been converted to typescript, updated to the latest interface-datastore version and is ESM-only ### Features * convert to typescript ([#98](#98)) ([a34262f](a34262f)), closes [#6](https://github.com/ipfs/js-datastore-idb/issues/6) ### Documentation * fix link ([417af5b](417af5b)) ### Trivial Changes * **deps-dev:** bump aegir from 22.1.0 to 24.0.0 ([f71f236](f71f236)) * **deps-dev:** bump aegir from 24.0.0 to 25.0.0 ([2479fe6](2479fe6)) * Update .github/workflows/stale.yml [skip ci] ([c113be2](c113be2)) * update aegir ([5f00f1b](5f00f1b))
1 parent a34262f commit af8607e

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [2.0.0](https://github.com/ipfs/js-datastore-idb/compare/v1.1.0...v2.0.0) (2023-03-14)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* this module has been converted to typescript, updated to the latest interface-datastore version and is ESM-only
7+
8+
### Features
9+
10+
* convert to typescript ([#98](https://github.com/ipfs/js-datastore-idb/issues/98)) ([a34262f](https://github.com/ipfs/js-datastore-idb/commit/a34262fa979145a8defcb0ff8a0de2e0cf0ef54b)), closes [#6](https://github.com/ipfs/js-datastore-idb/issues/6)
11+
12+
13+
### Documentation
14+
15+
* fix link ([417af5b](https://github.com/ipfs/js-datastore-idb/commit/417af5b92518a8f81d3aa2b89e1755312453420f))
16+
17+
18+
### Trivial Changes
19+
20+
* **deps-dev:** bump aegir from 22.1.0 to 24.0.0 ([f71f236](https://github.com/ipfs/js-datastore-idb/commit/f71f2360427b7d334b346cc97e8e6b461696de55))
21+
* **deps-dev:** bump aegir from 24.0.0 to 25.0.0 ([2479fe6](https://github.com/ipfs/js-datastore-idb/commit/2479fe628c871ab1db3e48b8acc12a302575a16c))
22+
* Update .github/workflows/stale.yml [skip ci] ([c113be2](https://github.com/ipfs/js-datastore-idb/commit/c113be22c50bdbbef14a2c7c2fb265ee008d9562))
23+
* update aegir ([5f00f1b](https://github.com/ipfs/js-datastore-idb/commit/5f00f1b8791b7e578275ed60f202417153311497))
24+
125
<a name="1.1.0"></a>
226
# [1.1.0](https://github.com/ipfs/js-datastore-idb/compare/v1.0.2...v1.1.0) (2020-05-07)
327

@@ -196,6 +220,3 @@
196220

197221
* key handling ([682f8b3](https://github.com/ipfs/js-datastore-level/commit/682f8b3))
198222
* working interop with go ([f5e03c6](https://github.com/ipfs/js-datastore-level/commit/f5e03c6))
199-
200-
201-

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": "1.1.0",
3+
"version": "2.0.0",
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)