diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index 814d118d6..e93cb96fe 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -45,6 +45,8 @@ * fix: remove usage of Module.getModuleFilePath [(#267)](https://github.com/tangcent/easy-yapi/pull/267) + * feat: support json5 for postman [(#286)](https://github.com/tangcent/easy-yapi/pull/286) + * 1.9.0 ~ * fix: support `java`/`kt`/`scala` in all action. [(#271)](https://github.com/tangcent/easy-api/pull/271 diff --git a/build.gradle b/build.gradle index f2cced3ec..f50c152d4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,2 +1,2 @@ group 'com.itangcent' -version '2.0.6.183.0' \ No newline at end of file +version '2.0.7.183.0' \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 5d771773d..1ef5ccfcd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.daemon=true org.gradle.workers.max=8 idea_version=2017.3.5 plugin_name=EasyYapi -plugin_version=2.0.6.183.0 +plugin_version=2.0.7.183.0 descriptionFile=parts/pluginDescription.html changesFile=parts/pluginChanges.html \ No newline at end of file diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html index af2a0a6b6..e92b294a6 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,29 +1,10 @@ -v2.0.6.183.0(2020-11-09) +v2.0.7.183.0(2020-11-22)
Full Changelog \ No newline at end of file diff --git a/idea-plugin/src/main/resources/META-INF/plugin.xml b/idea-plugin/src/main/resources/META-INF/plugin.xml index fe8d3d45d..528c48c9d 100755 --- a/idea-plugin/src/main/resources/META-INF/plugin.xml +++ b/idea-plugin/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.itangcent.idea.plugin.easy-yapi EasyYapi - 2.0.6.183.0 + 2.0.7.183.0 Tangcent