File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ updates:
18
18
labels :
19
19
- " dependencies"
20
20
# Allow up to 10 open pull requests for dependencies
21
- open-pull-requests-limit : 10
21
+ open-pull-requests-limit : 20
22
22
# Add reviewers
23
23
reviewers :
24
24
- " nekofar"
@@ -43,7 +43,7 @@ updates:
43
43
labels :
44
44
- " dependencies"
45
45
# Allow up to 10 open pull requests for dependencies
46
- open-pull-requests-limit : 10
46
+ open-pull-requests-limit : 20
47
47
# Add reviewers
48
48
reviewers :
49
49
- " nekofar"
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.12] - 2023-05-19
7
+
8
+ ### Bug Fixes
9
+
10
+ - Solve some minor issues and update dependencies
11
+
6
12
## [ 1.2.11] - 2023-05-04
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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.11
8
+ pluginVersion = 1.2.12
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.
You can’t perform that action at this time.
0 commit comments