Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrogehlen committed Aug 3, 2023
1 parent 6f30b7d commit e389660
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Release Notes

## v0.1.1 (2023-08-03)

- Added `search` option that allow customizing index options.
- Added `options` argument to `search` method.
2 changes: 1 addition & 1 deletion tests/search.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('Replication', () => {
});

const results = await collection.search('bill', 1);
expect(results).toBe(1);
expect(results.length).toBe(1);
});

it('should import/export indexes', async () => {
Expand Down

0 comments on commit e389660

Please sign in to comment.