File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
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.16] - 2023-06-03
7
+
8
+ ### Bug Fixes
9
+
10
+ - Solve some minor issues and update dependencies
11
+
6
12
## [ 1.2.15] - 2023-05-19
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.2.15
8
+ pluginVersion = 1.2.16
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.
Original file line number Diff line number Diff line change 2
2
# https://www.jetbrains.com/help/qodana/qodana-yaml.html
3
3
4
4
version : 1.0
5
+ linter : jetbrains/qodana-jvm-community:latest
5
6
profile :
6
7
name : qodana.recommended
7
8
exclude :
You can’t perform that action at this time.
0 commit comments