File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11<!-- Keep a Changelog guide -> https://keepachangelog.com -->
22
3- # lwm-plugins Changelog
3+ # add-final-modifier Changelog
4+
5+ ## 0.1.1 - 2023-06-28
6+
7+ ### Fixed
8+ - 修复在非Java代码中仍然显示意图的问题
49
5- ## [ Unreleased]
6- ### Added
7- - Initial scaffold created from [ IntelliJ Platform Plugin Template] ( https://github.com/JetBrains/intellij-platform-plugin-template )
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ tasks {
117117 }
118118
119119 publishPlugin {
120- dependsOn(" patchChangelog" )
120+ // dependsOn("patchChangelog")
121121 token = environment(" GRADLE_PROJECT_intellijPublishToken" )
122122 // The pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3
123123 // Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = lwm.plugins
44pluginName = add-final-modifier
55pluginRepositoryUrl = https://github.com/githublwm/Add-Final-Modifier
66# SemVer format -> https://semver.org
7- pluginVersion = 0.1.0
7+ pluginVersion = 0.1.1
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild = 221
You can’t perform that action at this time.
0 commit comments