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

Commit

Permalink
chore(release): 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Mar 14, 2023
1 parent 62adc6b commit 946bcbb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [9.0.0](https://github.com/ipfs/js-datastore-fs/compare/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](https://github.com/ipfs/js-datastore-fs/commit/4332006aba3e8e67c80144b110cc81042ce07e03))


### Dependencies

* 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))


### Trivial Changes

* update project config ([62adc6b](https://github.com/ipfs/js-datastore-fs/commit/62adc6b238e64c6040afb4887bf6999de42cde08))

## [8.0.0](https://github.com/ipfs/js-datastore-fs/compare/v7.0.0...v8.0.0) (2022-08-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datastore-fs",
"version": "8.0.0",
"version": "9.0.0",
"description": "Datastore implementation with file system backend",
"author": "Friedel Ziegelmayer<dignifiedquire@gmail.com>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 946bcbb

Please sign in to comment.