From 2b8b0116fe3848185e6465334629e9b6e66a1472 Mon Sep 17 00:00:00 2001 From: Vaayne Date: Fri, 19 May 2023 23:09:31 +0800 Subject: [PATCH] update version to 0.0.20 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",