Skip to content

Commit ab45972

Browse files
author
Charles Rudolph
committed
Release 4.2.1
1 parent b653727 commit ab45972

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) on how to contribute to Cucumber.
22

3-
### [Unreleased](https://github.com/cucumber/cucumber-js/compare/v4.2.0...master) (In Git)
3+
### [Unreleased](https://github.com/cucumber/cucumber-js/compare/v4.2.1...master) (In Git)
4+
5+
### [4.2.1](https://github.com/cucumber/cucumber-js/compare/v4.2.0...v4.2.1) (2018-04-09)
46

57
#### Bug Fixes
68

dist/cucumber.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -55899,7 +55899,7 @@ module.exports={
5589955899
"gherkin",
5590055900
"tests"
5590155901
],
55902-
"version": "4.2.0",
55902+
"version": "4.2.1",
5590355903
"homepage": "http://github.com/cucumber/cucumber-js",
5590455904
"author": "Julien Biezemans <[email protected]> (http://jbpros.net)",
5590555905
"contributors": [
@@ -56812,7 +56812,7 @@ var getTestCases = exports.getTestCases = function () {
5681256812
}
5681356813
}
5681456814
if (event.type === 'attachment') {
56815-
throw new Error(event.data);
56815+
throw new Error('Parse error in \'' + uri + '\': ' + event.data);
5681656816
}
5681756817
});
5681856818
return _context4.abrupt('return', result);

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"gherkin",
99
"tests"
1010
],
11-
"version": "4.2.0",
11+
"version": "4.2.1",
1212
"homepage": "http://github.com/cucumber/cucumber-js",
1313
"author": "Julien Biezemans <[email protected]> (http://jbpros.net)",
1414
"contributors": [

0 commit comments

Comments
 (0)