Skip to content

Commit 4b88035

Browse files
committed
chore: bump package version
Signed-off-by: Frederik Bußmann <frederik@bussmann.io>
1 parent fe8726f commit 4b88035

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.1.1
2+
- Upgraded to autodisco 0.4
3+
14
# 0.1.0
25
- Upgraded to autodisco 0.3
36

bun.lock

Lines changed: 2 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "discofetch",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"description": "The fetch client that types itself.",
66
"author": "Frederik Bussmann",
77
"license": "MIT",
@@ -61,7 +61,7 @@
6161
"vite": "^7.1.12"
6262
},
6363
"dependencies": {
64-
"autodisco": "^0.3.0",
64+
"autodisco": "^0.4.0",
6565
"openapi-fetch": "^0.15.0",
6666
"openapi-typescript": "^7.10.1",
6767
"scule": "^1.3.0",

0 commit comments

Comments
 (0)