Skip to content

Commit

Permalink
prepare version 2.4.0 (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe authored Jun 2, 2018
1 parent 8dc93ab commit ddb030f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## dev branch / next version (2.x.x)

## version 2.4.0 (2018-06-02)

- New check ExtendedEmptyLines [#426](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/426) + [#427](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/427)
- Added check's names to text output [#420](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/420)
- Added version number to configuration file [#422](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/422)
Expand Down
2 changes: 1 addition & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function(grunt) {
haxe: haxeOptions(),

zip: {
"checkstyle.zip": [
"haxe-checkstyle.zip": [
"src/**",
"resources/sample-config.json", "resources/logo.png", "resources/codeclimate_pr.png",
"haxelib.json", "run.n", "README.md", "CHANGES.md"
Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"AlexHaxe",
"Gama11"
],
"releasenote": "improved automatic coding style detection and error handling - see CHANGES",
"version": "2.3.1",
"releasenote": "new ExtendedEmptyLine check; refactored exclusion logic - see CHANGES",
"version": "2.4.0",
"url": "https://github.com/HaxeCheckstyle/haxe-checkstyle",
"dependencies": {

Expand Down
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checkstyle",
"version": "2.3.1",
"name": "haxe-checkstyle",
"version": "2.4.0",
"description": "Automated code analysis ideal for projects that want to enforce a coding standard.",
"repository": {
"type": "git",
Expand All @@ -17,13 +17,21 @@
"cross"
],
"author": {
"name": "Adi Reddy Mora",
"email": "adiinteractive@gmail.com"
"name": "Alexander Blum",
"email": "Alexander.Blum@gmail.com"
},
"contributors": [{
"name": "Adi Reddy Mora"
},
{
"name": "Jens Fischer"
}
],
"dependencies": {
"grunt": "latest",
"grunt-cli": "latest"
},
"bugs": "https://github.com/HaxeCheckstyle/haxe-checkstyle/issues",
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
Expand Down

0 comments on commit ddb030f

Please sign in to comment.