diff --git a/CHANGELOG.md b/CHANGELOG.md index d5c8155..9c09e7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [2.2.1] + +- fix: IDE error: Cannot read field "x" because "nd" is null ([#149](https://github.com/crowdin/android-studio-plugin/pull/149)) + ## [2.2.0] - feat: option to skip special chars escape ([#144](https://github.com/crowdin/android-studio-plugin/pull/144)) diff --git a/build.gradle b/build.gradle index fe619af..7d3ad85 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'com.crowdin.crowdin-idea' -version '2.2.0' +version '2.2.1' sourceCompatibility = '17' @@ -40,7 +40,7 @@ intellij { } patchPluginXml { changeNotes = """ - - Add escape_special_characters option support""" + - Bug fixes""" } wrapper { diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 9424f83..dd3d742 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.crowdin.crowdin-idea Crowdin - 2.2.0 + 2.2.1