diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c7458e..e1bb4c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v0.2.2](https://github.com/litencatt/notion-bot/compare/v0.2.1...v0.2.2) - 2023-12-23 +- Extend dbs cache ttl to 1H by @litencatt in https://github.com/litencatt/notion-bot/pull/48 +- Fix label by @litencatt in https://github.com/litencatt/notion-bot/pull/52 +- Add icon by @litencatt in https://github.com/litencatt/notion-bot/pull/53 +- Add Youtube link to README.md by @litencatt in https://github.com/litencatt/notion-bot/pull/54 + ## [v0.2.1](https://github.com/litencatt/notion-bot/compare/v0.2.0...v0.2.1) - 2023-12-18 - Add delete by @litencatt in https://github.com/litencatt/notion-bot/pull/44 - Update docker build actions version by @litencatt in https://github.com/litencatt/notion-bot/pull/46 diff --git a/package.json b/package.json index 3cf962b..314996e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-bot", - "version": "0.2.1", + "version": "0.2.2", "description": "Notion database search bot", "main": "dist/index.js", "repository": "litencatt/notion-bot",