File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 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.14] - 2023-06-17
7
+
8
+ ### Bug Fixes
9
+
10
+ - Solve some minor issues and update dependencies
11
+
6
12
## [ 1.2.13] - 2023-06-03
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ 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.13
8
+ pluginVersion = 1.2.14
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.
12
12
pluginSinceBuild = 213
13
- pluginUntilBuild = 231 .*
13
+ pluginUntilBuild = 232 .*
14
14
15
15
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
16
16
platformType = IU
You can’t perform that action at this time.
0 commit comments