Skip to content

Commit 16b4d71

Browse files
committed
chore: update version to 0.2.9 in changelog, package.json, and wxt.config.ts
1 parent 55e6725 commit 16b4d71

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/sparkly-tools-trade.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# superfill.ai
22

3+
## 0.2.9
4+
5+
### Patch Changes
6+
7+
- [`55e6725`](https://github.com/superfill-ai/superfill.ai/commit/55e67250d611647440162d143e90cdf37514d0d9) Thanks [@mikr13](https://github.com/mikr13)! - fix: update theme handling and improve CSS styles for preview component
8+
39
## 0.2.8
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "superfill.ai",
33
"description": "AI-powered form filling browser extension",
4-
"version": "0.2.8",
4+
"version": "0.2.9",
55
"type": "module",
66
"author": {
77
"email": "mihirpandey.13@gmail.com",

wxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default defineConfig({
2424

2525
const baseManifest = {
2626
name: APP_NAME,
27-
version: "0.2.8",
27+
version: "0.2.9",
2828
description: "AI-powered form filling browser extension",
2929
permissions: ["activeTab", "storage", "offscreen", "contextMenus"],
3030
host_permissions: [

0 commit comments

Comments
 (0)