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

Commit f9b9071

Browse files
chore(release): 8.0.0 [skip ci]
## [8.0.0](v7.0.3...v8.0.0) (2022-08-12) ### ⚠ BREAKING CHANGES * this module is now ESM-only ### Features * switch to ESM-only ([#109](#109)) ([cbaef20](cbaef20))
1 parent cbaef20 commit f9b9071

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [8.0.0](https://github.com/ipfs/js-datastore-core/compare/v7.0.3...v8.0.0) (2022-08-12)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* this module is now ESM-only
7+
8+
### Features
9+
10+
* switch to ESM-only ([#109](https://github.com/ipfs/js-datastore-core/issues/109)) ([cbaef20](https://github.com/ipfs/js-datastore-core/commit/cbaef2000a78bcdaa750e932b3a681d8e41cd727))
11+
112
### [7.0.3](https://github.com/ipfs/js-datastore-core/compare/v7.0.2...v7.0.3) (2022-07-25)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datastore-core",
3-
"version": "7.0.1",
3+
"version": "8.0.0",
44
"description": "Wrapper implementation for interface-datastore",
55
"author": "Friedel Ziegelmayer <[email protected]>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)