Skip to content

Commit 25a1912

Browse files
committed
Merge branch 'release/1.2.9'
2 parents b9f3580 + f1f7f36 commit 25a1912

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.2.9] - 2023-04-01
7+
8+
### Bug Fixes
9+
10+
- Solve some minor issues and update dependencies
11+
612
## [1.2.8] - 2023-03-30
713

814
### Bug Fixes

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
// Java support
88
id("java")
99
// Kotlin support
10-
id("org.jetbrains.kotlin.jvm") version "1.8.10"
10+
id("org.jetbrains.kotlin.jvm") version "1.8.20"
1111
// Gradle IntelliJ Plugin
1212
id("org.jetbrains.intellij") version "1.13.3"
1313
// Gradle Changelog Plugin

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginName = IntelliJ Nest Plugin
55
pluginRepositoryUrl = https://github.com/nekofar/intellij-nestjs
66

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

1010
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1111
# for insight into build numbers and IntelliJ Platform versions.

0 commit comments

Comments
 (0)