Skip to content

Commit

Permalink
chore: release v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aiktb committed Oct 17, 2024
1 parent b27badd commit c1238b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.1.5

### Fix Bugs

- Theme switcher icon disappeared.

## v2.1.4

### Fix Bugs
Expand Down
2 changes: 1 addition & 1 deletion wxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit c1238b5

Please sign in to comment.