diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee3781..76f6c18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v2.1.5 + +### Fix Bugs + +- Theme switcher icon disappeared. + ## v2.1.4 ### Fix Bugs diff --git a/wxt.config.ts b/wxt.config.ts index 60cbd10..f3e9bd6 100644 --- a/wxt.config.ts +++ b/wxt.config.ts @@ -25,7 +25,7 @@ export type Command = keyof typeof commands; export default defineConfig({ extensionApi: "chrome", manifest: { - version: "2.1.4", + version: "2.1.5", name: "__MSG_extName__", description: "__MSG_extDescription__", permissions: ["contextMenus", "storage"],