Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release for v0.1.4 #32

Merged
merged 2 commits into from
Dec 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v0.1.4](https://github.com/litencatt/notion-bot/compare/v0.1.3...v0.1.4) - 2023-12-16
- Add search form by @litencatt in https://github.com/litencatt/notion-bot/pull/31
- Update packages by @litencatt in https://github.com/litencatt/notion-bot/pull/33
- Update title search to be case-insensitive by @litencatt in https://github.com/litencatt/notion-bot/pull/34

## [v0.1.3](https://github.com/litencatt/notion-bot/compare/v0.1.2...v0.1.3) - 2023-09-24
- Update result next_cursor after filtered result by @litencatt in https://github.com/litencatt/notion-bot/pull/28
- Add not supported filter property types by @litencatt in https://github.com/litencatt/notion-bot/pull/27
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-bot",
"version": "0.1.3",
"version": "0.1.4",
"description": "Notion database search bot",
"main": "dist/index.js",
"repository": "litencatt/notion-bot",
Expand Down