Skip to content

Commit

Permalink
Merge branch 'release/2.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Dec 12, 2024
2 parents 781fddc + c969306 commit 38001d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.

## [Unreleased]
## [2.1.3] - 2024-12-12

### Bug Fixes

- Solve some minor issues and update dependencies

## [2.1.2] - 2024-12-10

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ pluginName = IntelliJ Nuxt.js Plugin
pluginRepositoryUrl = https://github.com/KartanHQ/intellij-nuxtjs

# SemVer format -> https://semver.org
pluginVersion = 2.1.2
pluginVersion = 2.1.3

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 233
pluginUntilBuild = 242.*
pluginUntilBuild = 243.*

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IU
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ changelog = "2.2.0"
intelliJPlatform = "2.2.0"
kotlin = "2.1.0"
kover = "0.8.3"
qodana = "2024.2.6"
qodana = "2024.3.2"

[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
Expand Down

0 comments on commit 38001d1

Please sign in to comment.