Skip to content

Commit d6df00c

Browse files
committed
chore: bump version to 0.0.1
1 parent 4f6c08d commit d6df00c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "\n## Docs!\n\nThis script generates and updates TypeScript function using an AST/LLM hybrid approach.\nIt uses ast-grep to look for undocumented and documented functions,\nthen uses a combination of LLM, and LLM-as-a-judge to generate and validate the documentation.\n\nYou should pretify your code before and after running this script to normalize the formatting.\n",
55
"dependencies": {
66
"genaiscript": "1.142.4"

0 commit comments

Comments
 (0)