Skip to content

Commit e9d1757

Browse files
committed
Update plugin version to 2023.1.0
1 parent 898235c commit e9d1757

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
### Added
88

99
### Changed
10-
- Update kotlin to v1.9.21
11-
- Update compatibility for IDEA 2021.3 - 2023.3
1210

1311
### Deprecated
1412

@@ -18,6 +16,12 @@
1816

1917
### Security
2018

19+
## 2023.1.0 - 2023-12-06
20+
21+
### Changed
22+
- Update kotlin to v1.9.21
23+
- Update compatibility for IDEA 2021.3 - 2023.3
24+
2125
## 2022.1.2 - 2022-12-06
2226

2327
### Changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pluginGroup = com.github.developerutils.kotlin-function-arguments-helper
44
pluginName = Kotlin Function Arguments Helper
55
# SemVer format -> https://semver.org
6-
pluginVersion = 2022.1.2
6+
pluginVersion = 2023.1.0
77

88
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99
pluginSinceBuild = 213

0 commit comments

Comments
 (0)