Skip to content

Commit

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

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.9](https://github.com/digidem/mapeo-sqlite-indexer/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2024-05-20)

### ⚠ BREAKING CHANGES

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

### Features

- add method to clear index ([#24](https://github.com/digidem/mapeo-sqlite-indexer/issues/24)) ([6b34678](https://github.com/digidem/mapeo-sqlite-indexer/commit/6b346788bc50fe39d4c040fdb2ab11417a1c6253)), closes [#22](https://github.com/digidem/mapeo-sqlite-indexer/issues/22)

### Bug Fixes

- don't document onceWriteDoc ([#25](https://github.com/digidem/mapeo-sqlite-indexer/issues/25)) ([36c3333](https://github.com/digidem/mapeo-sqlite-indexer/commit/36c33338b129343731bc881359fa2368957ab027)), closes [#21](https://github.com/digidem/mapeo-sqlite-indexer/issues/21)

- develop on Node 20, CI with 16.17.1 + 18.17.1 + 20 ([#23](https://github.com/digidem/mapeo-sqlite-indexer/issues/23)) ([c39ed31](https://github.com/digidem/mapeo-sqlite-indexer/commit/c39ed31409e1cf33a6662caf07455b0a1828c469)), closes [digidem/multi-core-indexer#35](https://github.com/digidem/multi-core-indexer/issues/35)
- drop Node 16 support ([#26](https://github.com/digidem/mapeo-sqlite-indexer/issues/26)) ([55ad994](https://github.com/digidem/mapeo-sqlite-indexer/commit/55ad9944fac0ae0effdf4ee87581f468e83b95e6))

## [1.0.0-alpha.8](https://github.com/digidem/mapeo-sqlite-indexer/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2023-10-26)

### ⚠ BREAKING CHANGES
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": "@mapeo/sqlite-indexer",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"description": "Index Mapeo data in a SQLite database",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 0b6d9ee

Please sign in to comment.