File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3
3
# nanoleaf-intellij-plugin Changelog
4
4
5
5
## [ Unreleased]
6
+ ### Added
7
+ - Update ` pluginUntilBuild ` to include ` 233.* `
6
8
7
9
## [ 1.0.6]
8
- ### Added
10
+ ### Added
9
11
- Update ` pluginUntilBuild ` to include ` 232.* `
10
12
11
13
## [ 1.0.5]
30
32
31
33
## [ 1.0.0]
32
34
### Added
33
- - Initial scaffold created from [ IntelliJ Platform Plugin Template] ( https://github.com/JetBrains/intellij-platform-plugin-template )
35
+ - 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 4
4
pluginGroup = com.github.tiste.nanoleafintellijplugin
5
5
pluginName = nanoleaf-intellij-plugin
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 1.0.6
7
+ pluginVersion = 1.0.7
8
8
9
9
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
# for insight into build numbers and IntelliJ Platform versions.
11
11
pluginSinceBuild = 211
12
- pluginUntilBuild = 232 .*
12
+ pluginUntilBuild = 233 .*
13
13
14
14
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
15
15
platformType = IC
You can’t perform that action at this time.
0 commit comments