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 ef46724 commit 0dc7ca6Copy full SHA for 0dc7ca6
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [1.2.2](https://github.com/JsonMa/swagger-egg/compare/v1.2.1...v1.2.2) (2021-10-26)
2
+
3
4
+### Bug Fixes
5
6
+* **comment:** :bug: Fix windows crlf bug [#7](https://github.com/JsonMa/swagger-egg/issues/7) ([ef46724](https://github.com/JsonMa/swagger-egg/commit/ef467243747daa5d8a54ff1d3f746f670902a277))
7
8
9
10
## [1.2.1](https://github.com/JsonMa/swagger-egg/compare/v1.1.0...v1.2.1) (2021-09-15)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "swagger-egg",
- "version": "1.2.1",
+ "version": "1.2.2",
"description": "swagger document generator for egg.",
"eggPlugin": {
"name": "swaggerEgg"
0 commit comments