We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491b793 commit e9ca1fdCopy full SHA for e9ca1fd
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+# [1.1.0](https://github.com/foca-js/foca-openapi/compare/1.0.0...1.1.0) (2024-10-01)
4
+
5
6
+### Features
7
8
+* **bin:** 未提供env参数时,优先使用NODE_ENV变量 ([491b793](https://github.com/foca-js/foca-openapi/commit/491b79333a93e764ff8ec730fe4afc24c2302a10))
9
10
# [1.0.0](https://github.com/foca-js/foca-openapi/compare/0.8.0...1.0.0) (2024-10-01)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments