Skip to content

Commit 20262c7

Browse files
authored
CM-31852 - Release v1.1.3 (#40)
1 parent 99112fc commit 20262c7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
## [Unreleased]
66

7+
## [1.1.3] - 2024-01-30
8+
9+
- Fix work with many opened projects
10+
711
## [1.1.2] - 2024-01-18
812

913
- Fix performance on macOS
@@ -26,6 +30,8 @@
2630

2731
The first public release of the plugin.
2832

33+
[1.1.3]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v1.1.3
34+
2935
[1.1.2]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v1.1.2
3036

3137
[1.1.1]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v1.1.1
@@ -36,4 +42,4 @@ The first public release of the plugin.
3642

3743
[1.0.0]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v1.0.0
3844

39-
[Unreleased]: https://github.com/cycodehq/intellij-platform-plugin/compare/v1.0.0...HEAD
45+
[Unreleased]: https://github.com/cycodehq/intellij-platform-plugin/compare/v1.1.3...HEAD

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.cycode.plugin
44
pluginName = Cycode
55
pluginRepositoryUrl = https://github.com/cycodehq/intellij-platform-plugin
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.1.2
7+
pluginVersion = 1.1.3
88

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

0 commit comments

Comments
 (0)