diff --git a/packages/datastore-fs/CHANGELOG.md b/packages/datastore-fs/CHANGELOG.md index b837f31a..9f9683d0 100644 --- a/packages/datastore-fs/CHANGELOG.md +++ b/packages/datastore-fs/CHANGELOG.md @@ -1,3 +1,15 @@ +## [datastore-fs-v9.1.6](https://github.com/ipfs/js-stores/compare/datastore-fs-v9.1.5...datastore-fs-v9.1.6) (2023-11-27) + + +### Documentation + +* update datastore core readme and package config ([#245](https://github.com/ipfs/js-stores/issues/245)) ([c08d29a](https://github.com/ipfs/js-stores/commit/c08d29ab18ddea26a1d9dd73d673847469d28a13)) + + +### Dependencies + +* **dev:** bump aegir from 40.0.13 to 41.1.9 ([#268](https://github.com/ipfs/js-stores/issues/268)) ([0aa0944](https://github.com/ipfs/js-stores/commit/0aa0944d42798d1f6fd589e8a58de7d791760644)) + ## [datastore-fs-v9.1.5](https://github.com/ipfs/js-stores/compare/datastore-fs-v9.1.4...datastore-fs-v9.1.5) (2023-09-05) diff --git a/packages/datastore-fs/package.json b/packages/datastore-fs/package.json index 24687053..2aa68b69 100644 --- a/packages/datastore-fs/package.json +++ b/packages/datastore-fs/package.json @@ -1,6 +1,6 @@ { "name": "datastore-fs", - "version": "9.1.5", + "version": "9.1.6", "description": "Datastore implementation with file system backend", "author": "Friedel Ziegelmayer", "license": "Apache-2.0 OR MIT",