Skip to content

Commit 2d4133f

Browse files
committed
Merge branch 'release/1.3.2'
2 parents fa7aaf9 + 2249d47 commit 2d4133f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
6+
## [1.3.2] - 2024-12-12
7+
8+
### Bug Fixes
9+
10+
- Solve some minor issues and update dependencies
11+
612
## [1.3.1] - 2024-12-10
713

814
### Bug Fixes

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ pluginName = IntelliJ Nest Plugin
55
pluginRepositoryUrl = https://github.com/KartanHQ/intellij-nestjs
66

77
# SemVer format -> https://semver.org
8-
pluginVersion = 1.3.1
8+
pluginVersion = 1.3.2
99

1010
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1111
pluginSinceBuild = 233
12-
pluginUntilBuild = 242.*
12+
pluginUntilBuild = 243.*
1313

1414
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1515
platformType = IU

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ changelog = "2.2.1"
77
intelliJPlatform = "2.2.0"
88
kotlin = "2.1.0"
99
kover = "0.8.3"
10-
qodana = "2024.2.6"
10+
qodana = "2024.3.2"
1111

1212
[libraries]
1313
junit = { group = "junit", name = "junit", version.ref = "junit" }

0 commit comments

Comments
 (0)