Skip to content

Commit db1cbfd

Browse files
authored
Merge pull request #32 from litencatt/tagpr-from-v0.1.3
Release for v0.1.4
2 parents 7c11fcd + e895138 commit db1cbfd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v0.1.4](https://github.com/litencatt/notion-bot/compare/v0.1.3...v0.1.4) - 2023-12-16
4+
- Add search form by @litencatt in https://github.com/litencatt/notion-bot/pull/31
5+
- Update packages by @litencatt in https://github.com/litencatt/notion-bot/pull/33
6+
- Update title search to be case-insensitive by @litencatt in https://github.com/litencatt/notion-bot/pull/34
7+
38
## [v0.1.3](https://github.com/litencatt/notion-bot/compare/v0.1.2...v0.1.3) - 2023-09-24
49
- Update result next_cursor after filtered result by @litencatt in https://github.com/litencatt/notion-bot/pull/28
510
- Add not supported filter property types by @litencatt in https://github.com/litencatt/notion-bot/pull/27

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-bot",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Notion database search bot",
55
"main": "dist/index.js",
66
"repository": "litencatt/notion-bot",

0 commit comments

Comments
 (0)