File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ jobs:
198
198
199
199
# Run Qodana inspections
200
200
- name : Qodana - Code Inspection
201
- uses : JetBrains/qodana-action@v2024.3.4
201
+ uses : JetBrains/qodana-action@v2025.1.0
202
202
with :
203
203
cache-default-branch-only : true
204
204
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.3.7] - 2025-06-09
7
+
8
+ ### Bug Fixes
9
+
10
+ - Solve some minor issues and update dependencies
11
+
6
12
## [ 1.3.6] - 2025-04-23
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pluginName = IntelliJ Next.js Plugin
5
5
pluginRepositoryUrl = https://github.com/nekofar/intellij-nextjs
6
6
7
7
# SemVer format -> https://semver.org
8
- pluginVersion = 1.3.6
8
+ pluginVersion = 1.3.7
9
9
10
10
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
11
11
pluginSinceBuild = 222
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ junit = "4.13.2"
4
4
5
5
# plugins
6
6
changelog = " 2.2.0"
7
- intelliJPlatform = " 2.2.1 "
7
+ intelliJPlatform = " 2.5.0 "
8
8
kotlin = " 2.1.20"
9
9
kover = " 0.9.1"
10
10
qodana = " 2024.3.4"
You can’t perform that action at this time.
0 commit comments