diff --git a/CHANGELOG.md b/CHANGELOG.md index 01ce06b..63d53af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.3.2] - 2024-12-12 + +### Bug Fixes + +- Solve some minor issues and update dependencies + ## [1.3.1] - 2024-12-10 ### Bug Fixes diff --git a/gradle.properties b/gradle.properties index b6efb12..cfc6cc6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ pluginName = IntelliJ Next.js Plugin pluginRepositoryUrl = https://github.com/nekofar/intellij-nextjs # SemVer format -> https://semver.org -pluginVersion = 1.3.1 +pluginVersion = 1.3.2 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 222