diff --git a/CHANGELOG.md b/CHANGELOG.md index 8db0d5e..10efbcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1] - 2024-05-05 + +### Fixed + +- Reloading variables when {templateType} is changed +- Cache bugs in link references (e.g. when renaming files / methods) - disabled cache + ## [1.2.0] - 2024-05-05 ### Added diff --git a/gradle.properties b/gradle.properties index f21d567..76ae342 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = org.nette.latte pluginName = Latte Support pluginRepositoryUrl = https://github.com/Rixafy/LatteSupport # SemVer format -> https://semver.org -pluginVersion = 1.2.0 +pluginVersion = 1.2.1 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 221