diff --git a/CHANGELOG.md b/CHANGELOG.md index 496eb64..f778187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.1.2 - 2023-12-01 + +### Fixed +- Fix contexnt menu and main window position issue + ## v0.1.1 - 2023-11-30 ### Fixed diff --git a/package.json b/package.json index c54d551..00e4ca8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "notionai-plus", "displayName": "NotionAI Plus", - "version": "0.1.1", + "version": "0.1.2", "description": "NotionAI Plus is a browser extension that brings the power of NotionAI to any website you visit.", "scripts": { "dev": "plasmo dev",