Skip to content

Commit aefdb25

Browse files
committed
fix: 更新.gitignore和版本号
1 parent 08dbd31 commit aefdb25

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ dist/
1515

1616
.claude
1717

18-
# docs markdown
18+
# docs markdown and json
1919
/docs/**/*.md
20+
/docs/**/*.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "copilot-api",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Turn GitHub Copilot into OpenAI/Anthropic API compatible server. Usable with Claude Code!",
55
"keywords": [
66
"proxy",

0 commit comments

Comments
 (0)