diff --git a/CHANGELOG.md b/CHANGELOG.md index 428f5a3..5d6d048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # KotlinEditor +## Version 0.13 +* [fix]: maintain terminal newline in `CommentsInBlockRemover`. + ## Version 0.12 -* [fix]: make `CommentsInBlockRemover` expose found removable comments +* [fix]: make `CommentsInBlockRemover` expose found removable comments. ## Version 0.11 * [feat]: add a utility class to remove comments from a block in a build script. diff --git a/gradle.properties b/gradle.properties index 9949a08..10ed59b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,4 +12,4 @@ kotlin.stdlib.default.dependency=false # See BasePlugin GROUP=app.cash.kotlin-editor -VERSION=0.13-SNAPSHOT +VERSION=0.13