diff --git a/CHANGES.md b/CHANGES.md index 1aa42778..60b8212a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,12 @@ -## next version (2.2.1) +## next version (2.x.x) + +## version 2.2.1 - New check IndentationCheck [#387](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/387) - - Added CHANGES.md + - New CHANGES.md - Added a reset function for checks ([#279](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/279)) - Added unittest for [#78](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/78) - - Fixed XMLReporter output after introducing multithreading in 2.2.0 + - Fixed XMLReporter output after introducing multithreading in 2.2.0 [#389](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/389) - Updated formula for number of pre-parsed files [#386](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/386) - Removed conditional section for unittest [#181](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/181) diff --git a/haxelib.json b/haxelib.json index 115bb94e..5d259b40 100644 --- a/haxelib.json +++ b/haxelib.json @@ -18,10 +18,10 @@ "AlexHaxe", "Gama11" ], - "releasenote": "added mutlithreading for parsing and checking + bug fixes", - "version": "2.2.0", + "releasenote": "new indentation check and bugfixes - see CHANGES.md", + "version": "2.2.1", "url": "https://github.com/HaxeCheckstyle/haxe-checkstyle", "dependencies": { } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 7bef1462..f2894af9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "checkstyle", - "version": "2.2.0", + "version": "2.2.1", "description": "Automated code analysis ideal for projects that want to enforce a coding standard.", "repository": { "type": "git",