Skip to content

Commit 0261053

Browse files
committed
build(version): v0.0.4
1 parent 3eb1938 commit 0261053

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ import { getAgileConfig } from 'node-agile-client';
5151
const { token, url } = getAgileConfig();
5252
```
5353

54-
5554
# Changelog
55+
## v0.0.4
56+
- 修复type定义问题
5657
## v0.0.3
5758
- typescript改造
5859
- 支持cjs和esm5使用

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-agile-client",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "AgileConfig的node客户端",
55
"main": "./cjs/index.js",
66
"module": "./esm5/index.js",

0 commit comments

Comments
 (0)