Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Oct 26, 2023
1 parent 8caaf6a commit 4e94844
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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/mapeo-sqlite-indexer/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2023-10-26)

### ⚠ BREAKING CHANGES

- remove onceWriteDoc() (#21)

### Features

- revert adding of delete field to schema ([#20](https://github.com/digidem/mapeo-sqlite-indexer/issues/20)) ([a262d67](https://github.com/digidem/mapeo-sqlite-indexer/commit/a262d676ad47967bbda71aeaacefd84f7327cf71)), closes [#19](https://github.com/digidem/mapeo-sqlite-indexer/issues/19)

- remove onceWriteDoc() ([#21](https://github.com/digidem/mapeo-sqlite-indexer/issues/21)) ([8caaf6a](https://github.com/digidem/mapeo-sqlite-indexer/commit/8caaf6a9becf191aca8b9072a53b7671245496c7)), closes [#15](https://github.com/digidem/mapeo-sqlite-indexer/issues/15)

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

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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.7",
"version": "1.0.0-alpha.8",
"description": "Index Mapeo data in a SQLite database",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 4e94844

Please sign in to comment.