Skip to content

Commit ff9465f

Browse files
committed
v0.1.1
1 parent 7f2d509 commit ff9465f

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
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)

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = lwm.plugins
44
pluginName = add-final-modifier
55
pluginRepositoryUrl = 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
1010
pluginSinceBuild = 221

0 commit comments

Comments
 (0)