Skip to content

Commit 6b7600d

Browse files
authored
prepare new release (#390)
1 parent c63f714 commit 6b7600d

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGES.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
## next version (2.2.1)
1+
## next version (2.x.x)
2+
3+
## version 2.2.1
24

35
- New check IndentationCheck [#387](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/387)
4-
- Added CHANGES.md
6+
- New CHANGES.md
57
- Added a reset function for checks ([#279](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/279))
68
- Added unittest for [#78](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/78)
7-
- Fixed XMLReporter output after introducing multithreading in 2.2.0
9+
- Fixed XMLReporter output after introducing multithreading in 2.2.0 [#389](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/389)
810
- Updated formula for number of pre-parsed files [#386](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/386)
911
- Removed conditional section for unittest [#181](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/181)
1012

haxelib.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"AlexHaxe",
1919
"Gama11"
2020
],
21-
"releasenote": "added mutlithreading for parsing and checking + bug fixes",
22-
"version": "2.2.0",
21+
"releasenote": "new indentation check and bugfixes - see CHANGES.md",
22+
"version": "2.2.1",
2323
"url": "https://github.com/HaxeCheckstyle/haxe-checkstyle",
2424
"dependencies": {
2525

2626
}
27-
}
27+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "checkstyle",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Automated code analysis ideal for projects that want to enforce a coding standard.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)