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

Commit 946bcbb

Browse files
chore(release): 9.0.0 [skip ci]
## [9.0.0](v8.0.0...v9.0.0) (2023-03-14) ### ⚠ BREAKING CHANGES * interface-datastore 8.x.x has removed the open and close methods as these are implementation specific ### Bug Fixes * fix exports map ([4332006](4332006)) ### Dependencies * update interface-datastore to 8.x.x ([#180](#180)) ([2ef5f5c](2ef5f5c)) ### Trivial Changes * update project config ([62adc6b](62adc6b))
1 parent 62adc6b commit 946bcbb

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [9.0.0](https://github.com/ipfs/js-datastore-fs/compare/v8.0.0...v9.0.0) (2023-03-14)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* interface-datastore 8.x.x has removed the open and close methods as these are implementation specific
7+
8+
### Bug Fixes
9+
10+
* fix exports map ([4332006](https://github.com/ipfs/js-datastore-fs/commit/4332006aba3e8e67c80144b110cc81042ce07e03))
11+
12+
13+
### Dependencies
14+
15+
* update interface-datastore to 8.x.x ([#180](https://github.com/ipfs/js-datastore-fs/issues/180)) ([2ef5f5c](https://github.com/ipfs/js-datastore-fs/commit/2ef5f5cf021b1876cb83c53bafebb5f153c77462))
16+
17+
18+
### Trivial Changes
19+
20+
* update project config ([62adc6b](https://github.com/ipfs/js-datastore-fs/commit/62adc6b238e64c6040afb4887bf6999de42cde08))
21+
122
## [8.0.0](https://github.com/ipfs/js-datastore-fs/compare/v7.0.0...v8.0.0) (2022-08-12)
223

324

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datastore-fs",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"description": "Datastore implementation with file system backend",
55
"author": "Friedel Ziegelmayer<[email protected]>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)