Skip to content

Commit 0561769

Browse files
committed
Merge branch 'release/1.2.13'
2 parents 3c17ca3 + 3ad19a2 commit 0561769

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

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.13] - 2023-06-03
7+
8+
### Bug Fixes
9+
10+
- Solve some minor issues and update dependencies
11+
612
## [1.2.12] - 2023-05-19
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.12
8+
pluginVersion = 1.2.13
99

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

qodana.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# https://www.jetbrains.com/help/qodana/qodana-yaml.html
33

44
version: 1.0
5+
linter: jetbrains/qodana-jvm-community:latest
56
profile:
67
name: qodana.recommended
78
exclude:

0 commit comments

Comments
 (0)