Skip to content

Commit

Permalink
chore(release): 8.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## interface-datastore [8.3.0](interface-datastore-8.2.11...interface-datastore-8.3.0) (2024-08-02)

### Dependencies

* **interface-store:** upgraded to 6.0.0
  • Loading branch information
semantic-release-bot committed Aug 2, 2024
1 parent 49e0618 commit 63d45ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/interface-datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## interface-datastore [8.3.0](https://github.com/ipfs/js-stores/compare/interface-datastore-8.2.11...interface-datastore-8.3.0) (2024-08-02)



### Dependencies

* **interface-store:** upgraded to 6.0.0

## interface-datastore [8.2.11](https://github.com/ipfs/js-stores/compare/interface-datastore-v8.2.10...interface-datastore-8.2.11) (2024-02-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/interface-datastore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interface-datastore",
"version": "8.2.11",
"version": "8.3.0",
"description": "datastore interface",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-stores/tree/main/packages/interface-datastore#readme",
Expand Down Expand Up @@ -76,7 +76,7 @@
"release": "aegir release"
},
"dependencies": {
"interface-store": "^5.0.0",
"interface-store": "6.0.0",
"uint8arrays": "^5.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit 63d45ec

Please sign in to comment.