File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
+ ## [ 1.2.9] - 2023-04-01
7
+
8
+ ### Bug Fixes
9
+
10
+ - Solve some minor issues and update dependencies
11
+
6
12
## [ 1.2.8] - 2023-03-30
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
// Java support
8
8
id(" java" )
9
9
// Kotlin support
10
- id(" org.jetbrains.kotlin.jvm" ) version " 1.8.10 "
10
+ id(" org.jetbrains.kotlin.jvm" ) version " 1.8.20 "
11
11
// Gradle IntelliJ Plugin
12
12
id(" org.jetbrains.intellij" ) version " 1.13.3"
13
13
// Gradle Changelog Plugin
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pluginName = IntelliJ Nest Plugin
5
5
pluginRepositoryUrl = https://github.com/nekofar/intellij-nestjs
6
6
7
7
# SemVer format -> https://semver.org
8
- pluginVersion = 1.2.8
8
+ pluginVersion = 1.2.9
9
9
10
10
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
11
11
# for insight into build numbers and IntelliJ Platform versions.
You can’t perform that action at this time.
0 commit comments