From 05bff548e3d09d350608f17dfa6967a5c4f25d9b Mon Sep 17 00:00:00 2001 From: Vaayne Date: Thu, 30 Nov 2023 11:29:39 +0800 Subject: [PATCH] update to version v0.1.1 --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d58f33..496eb64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.1.1 - 2023-11-30 + +### Fixed +- fix port message connection issue + ## v0.1.0 - 2023-11-29 ### Added diff --git a/package.json b/package.json index faf8d23..c54d551 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "notionai-plus", "displayName": "NotionAI Plus", - "version": "0.1.0", + "version": "0.1.1", "description": "NotionAI Plus is a browser extension that brings the power of NotionAI to any website you visit.", "scripts": { "dev": "plasmo dev", @@ -97,4 +97,4 @@ "quoteProps": "as-needed", "useTabs": true } -} +} \ No newline at end of file