diff --git a/CHANGELOG.md b/CHANGELOG.md index a1e2426..8210731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.1.5](https://github.com/litencatt/notion-bot/compare/v0.1.4...v0.1.5) - 2023-12-17 +- Cache with Redis by @litencatt in https://github.com/litencatt/notion-bot/pull/35 +- Removable filter on modal by @litencatt in https://github.com/litencatt/notion-bot/pull/37 + ## [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 diff --git a/package.json b/package.json index 850fdb9..68ca8e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-bot", - "version": "0.1.4", + "version": "0.1.5", "description": "Notion database search bot", "main": "dist/index.js", "repository": "litencatt/notion-bot",