Skip to content

Commit d70ffc3

Browse files
committed
Release 0.2.19
1 parent 84b8c06 commit d70ffc3

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

History.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,26 @@
22

33
## [v0.2](https://github.com/cucumber/cucumber-js/compare/v0.1.5...master)
44

5-
### [master (unreleased)](https://github.com/cucumber/cucumber-js/compare/v0.2.18...master)
5+
### [master (unreleased)](https://github.com/cucumber/cucumber-js/compare/v0.2.19...master)
66

77
**TBD**
88

99

1010

11+
### [v0.2.19](https://github.com/cucumber/cucumber-js/compare/v0.2.18...v0.2.19)
12+
13+
#### Fixes
14+
15+
* Fix CLI arguments passing (#83) (Omar Gonzalez)
16+
17+
#### Documentation, internals and tests
18+
19+
* Refactor "summarizer" listener to summary formatter (#71) 28b74ef (Julien Biezemans)
20+
* Add "summary" formatter to available CLI formatters (Julien Biezemans)
21+
* Fix spec example description (Julien Biezemans)
22+
23+
24+
1125
### [v0.2.18](https://github.com/cucumber/cucumber-js/compare/v0.2.17...v0.2.18)
1226

1327
#### Fixes

lib/cucumber.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Cucumber.Type = require('./cucumber/type');
1616
Cucumber.Util = require('./cucumber/util');
1717
Cucumber.VolatileConfiguration = require('./cucumber/volatile_configuration');
1818

19-
Cucumber.VERSION = "0.2.18";
19+
Cucumber.VERSION = "0.2.19";
2020

2121
module.exports = Cucumber;

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"gherkin",
99
"tests"
1010
],
11-
"version": "0.2.18",
11+
"version": "0.2.19",
1212
"homepage": "http://github.com/cucumber/cucumber-js",
1313
"author": "Julien Biezemans <[email protected]> (http://jbpros.net)",
1414
"contributors": [
@@ -21,7 +21,8 @@
2121
"Ted de Koning",
2222
"Renier Morales <[email protected]>",
2323
"Aslak Hellesøy <[email protected]>",
24-
"Aaron Garvey"
24+
"Aaron Garvey",
25+
"Omar Gonzalez <[email protected]>"
2526
],
2627
"repository": {
2728
"type": "git",

0 commit comments

Comments
 (0)