diff --git a/CHANGELOG.md b/CHANGELOG.md index bec32cf..36d188a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.0.20 - 2023-05-19 +### Fixed +- Fix port message API not responsing issue + ## v0.0.19 - 2023-04-28 ### Fixed - Fix fetch API not working. diff --git a/package.json b/package.json index 2a080ed..2dceadd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "notionai-plus", "displayName": "NotionAI Plus", - "version": "0.0.19", + "version": "0.0.20", "description": "NotionAI Plus is a browser extension that brings the power of NotionAI to any website you visit.", "scripts": { "dev": "plasmo dev",