Skip to content

Commit 39f5ed3

Browse files
committed
chore: update version to 1.0.0 in changelog, package.json, and wxt.config.ts; remove obsolete changesets
1 parent 76f620d commit 39f5ed3

File tree

8 files changed

+20
-27
lines changed

8 files changed

+20
-27
lines changed

.changeset/eighty-cameras-fetch.md

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

.changeset/fifty-words-lick.md

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

.changeset/huge-suns-prove.md

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

.changeset/tender-months-wish.md

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

.changeset/twelve-bikes-occur.md

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

CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#116](https://github.com/superfill-ai/superfill.ai/pull/116) [`eb872ae`](https://github.com/superfill-ai/superfill.ai/commit/eb872ae634cc24f8deea5d9a7638cfbf2f42f22a) Thanks [@pratham-kpatil](https://github.com/pratham-kpatil)! - Updated the deduplication logic to give the preview of the new and existing duplicate memory in the UI
8+
9+
### Minor Changes
10+
11+
- [#116](https://github.com/superfill-ai/superfill.ai/pull/116) [`eb872ae`](https://github.com/superfill-ai/superfill.ai/commit/eb872ae634cc24f8deea5d9a7638cfbf2f42f22a) Thanks [@pratham-kpatil](https://github.com/pratham-kpatil)! - Updated doc parser prompt to stop redundant memory creation and added logic for deduplication of memory
12+
13+
### Patch Changes
14+
15+
- [#115](https://github.com/superfill-ai/superfill.ai/pull/115) [`76f620d`](https://github.com/superfill-ai/superfill.ai/commit/76f620da22276a7efb358404412dd119d5d43e61) Thanks [@mikr13](https://github.com/mikr13)! - feat: refactor telemetry code
16+
17+
- [#116](https://github.com/superfill-ai/superfill.ai/pull/116) [`eb872ae`](https://github.com/superfill-ai/superfill.ai/commit/eb872ae634cc24f8deea5d9a7638cfbf2f42f22a) Thanks [@pratham-kpatil](https://github.com/pratham-kpatil)! - add observability in the document parser
18+
19+
- [#115](https://github.com/superfill-ai/superfill.ai/pull/115) [`76f620d`](https://github.com/superfill-ai/superfill.ai/commit/76f620da22276a7efb358404412dd119d5d43e61) Thanks [@mikr13](https://github.com/mikr13)! - feat: cdp functionality added
20+
321
## 0.2.9
422

523
### 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.9",
4+
"version": "1.0.0",
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
@@ -27,7 +27,7 @@ export default defineConfig({
2727

2828
const baseManifest = {
2929
name: APP_NAME,
30-
version: "0.2.9",
30+
version: "1.0.0",
3131
description: "AI-powered form filling browser extension",
3232
permissions: [
3333
"activeTab",

0 commit comments

Comments
 (0)