diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a004a6..62400abf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## dev branch / next version (2.x.x) +## version 2.4.2 (2018-07-01) + - New check DocCommentStyle [#440](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/440) - New check FieldDocComment, fixes [#87](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/87) ([#442](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/442) + [#444](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/444)) - New check TypeDocComment [#440](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/440) diff --git a/haxelib.json b/haxelib.json index 1687b997..e09c6891 100644 --- a/haxelib.json +++ b/haxelib.json @@ -18,8 +18,8 @@ "AlexHaxe", "Gama11" ], - "releasenote": "new doc comments checks - see CHANGELOG", - "version": "2.4.1", + "releasenote": "new checks for doc comments (type, field and style) and redundant @:access/@:allow metas - see CHANGELOG", + "version": "2.4.2", "url": "https://github.com/HaxeCheckstyle/haxe-checkstyle", "dependencies": {} } \ No newline at end of file diff --git a/package.json b/package.json index ffebc2f7..fb363ec3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haxe-checkstyle", - "version": "2.4.1", + "version": "2.4.2", "description": "Automated code analysis ideal for projects that want to enforce a coding standard.", "repository": { "type": "git",