We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb58b9 commit bd9abf6Copy full SHA for bd9abf6
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# ChangeLog
2
3
+## 1.1.17 2021-03-25
4
+
5
+- Fixed an problem when there is a "*/" string in the annotaion.
6
7
## 1.1.16 2021-01-23
8
9
- Fixed the problem of resolve multi conditions AST.
package.json
@@ -1,6 +1,6 @@
{
"name": "@darabonba/php-generator",
- "version": "1.1.16",
+ "version": "1.1.17",
"description": "The SDK generator for PHP",
"main": "src/generator",
"directories": {
0 commit comments