Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed May 1, 2024
1 parent f56037a commit f2bd6d1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.10](https://github.com/digidem/multi-core-indexer/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2024-05-01)

### ⚠ BREAKING CHANGES

- drop Node 16 support (#40)
- Node 16.17.1+ is now required.

### Features

- add method to unlink storage ([#34](https://github.com/digidem/multi-core-indexer/issues/34)) ([98a0e25](https://github.com/digidem/multi-core-indexer/commit/98a0e2537fa7f77ce4e99de9298acfc805549a10)), closes [#26](https://github.com/digidem/multi-core-indexer/issues/26)
- reject if closed state is incorrect ([#42](https://github.com/digidem/multi-core-indexer/issues/42)) ([f56037a](https://github.com/digidem/multi-core-indexer/commit/f56037a752887b02a9ddb92cec5c39993dab5461))

### Bug Fixes

- docs shouldn't require ready cores ([#29](https://github.com/digidem/multi-core-indexer/issues/29)) ([7cd3aaf](https://github.com/digidem/multi-core-indexer/commit/7cd3aafa70f2894042a5ac9929eb6ad083ad4177)), closes [#24](https://github.com/digidem/multi-core-indexer/issues/24)

- develop on Node 20, CI with 16.17.1 + 18.17.1 + 20 ([#35](https://github.com/digidem/multi-core-indexer/issues/35)) ([b85c3b6](https://github.com/digidem/multi-core-indexer/commit/b85c3b6f782a23a6cbbec2ebedf663fea955d66e))
- drop Node 16 support ([#40](https://github.com/digidem/multi-core-indexer/issues/40)) ([c87f8fb](https://github.com/digidem/multi-core-indexer/commit/c87f8fbd55dca131dd45770012369c6f28cf5d4b))

## [1.0.0-alpha.9](https://github.com/digidem/multi-core-indexer/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2023-11-28)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multi-core-indexer",
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"description": "Index one or more hypercores",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit f2bd6d1

Please sign in to comment.