Skip to content

Commit 3776e65

Browse files
committed
Merge branch 'release/1.3.7'
2 parents 4f64dc6 + 0821c68 commit 3776e65

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198

199199
# Run Qodana inspections
200200
- name: Qodana - Code Inspection
201-
uses: JetBrains/qodana-action@v2024.3.4
201+
uses: JetBrains/qodana-action@v2025.1.0
202202
with:
203203
cache-default-branch-only: true
204204

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.7] - 2025-06-09
7+
8+
### Bug Fixes
9+
10+
- Solve some minor issues and update dependencies
11+
612
## [1.3.6] - 2025-04-23
713

814
### Bug Fixes

gradle.properties

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

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

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

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ junit = "4.13.2"
44

55
# plugins
66
changelog = "2.2.0"
7-
intelliJPlatform = "2.2.1"
7+
intelliJPlatform = "2.5.0"
88
kotlin = "2.1.20"
99
kover = "0.9.1"
1010
qodana = "2024.3.4"

0 commit comments

Comments
 (0)