diff --git a/CHANGELOG.md b/CHANGELOG.md index 6acd43c..f0bca4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0-alpha.8](https://github.com/digidem/multi-core-indexer/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2023-11-16) + +### Bug Fixes + +- close storages on close ([#20](https://github.com/digidem/multi-core-indexer/issues/20)) ([aa4d34e](https://github.com/digidem/multi-core-indexer/commit/aa4d34ecf3d8528c28b6a2a70c733eab71b01468)), closes [#19](https://github.com/digidem/multi-core-indexer/issues/19) + ## [1.0.0-alpha.7](https://github.com/digidem/multi-core-indexer/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2023-08-30) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 958dd36..dda4159 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "multi-core-indexer", - "version": "1.0.0-alpha.7", + "version": "1.0.0-alpha.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "multi-core-indexer", - "version": "1.0.0-alpha.7", + "version": "1.0.0-alpha.8", "license": "MIT", "dependencies": { "@types/node": "^18.16.19", diff --git a/package.json b/package.json index 0b6fa93..dc9ab30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multi-core-indexer", - "version": "1.0.0-alpha.7", + "version": "1.0.0-alpha.8", "description": "Index one or more hypercores", "main": "index.js", "types": "types/index.d.ts",