Skip to content

Commit 3d6f463

Browse files
committed
chore: fix version to 1.0.0
1 parent 31cf8f1 commit 3d6f463

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "github-issue-notes",
33
"description": "Add personal notes to GitHub issues and PRs",
44
"private": true,
5-
"version": "1.0.0-build.0",
5+
"version": "1.0.0",
66
"type": "module",
77
"scripts": {
88
"dev": "wxt",
@@ -33,4 +33,4 @@
3333
"vitest": "^4.0.18",
3434
"wxt": "^0.20.6"
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)