Skip to content

Commit 3c17ca3

Browse files
committed
Merge branch 'release/1.2.12'
2 parents eb175f9 + 192aa28 commit 3c17ca3

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ updates:
1818
labels:
1919
- "dependencies"
2020
# Allow up to 10 open pull requests for dependencies
21-
open-pull-requests-limit: 10
21+
open-pull-requests-limit: 20
2222
# Add reviewers
2323
reviewers:
2424
- "nekofar"
@@ -43,7 +43,7 @@ updates:
4343
labels:
4444
- "dependencies"
4545
# Allow up to 10 open pull requests for dependencies
46-
open-pull-requests-limit: 10
46+
open-pull-requests-limit: 20
4747
# Add reviewers
4848
reviewers:
4949
- "nekofar"

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.2.12] - 2023-05-19
7+
8+
### Bug Fixes
9+
10+
- Solve some minor issues and update dependencies
11+
612
## [1.2.11] - 2023-05-04
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 Nest Plugin
55
pluginRepositoryUrl = https://github.com/nekofar/intellij-nestjs
66

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

1010
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1111
# for insight into build numbers and IntelliJ Platform versions.

0 commit comments

Comments
 (0)