File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ v0.2] ( https://github.com/cucumber/cucumber-js/compare/v0.1.5...master )
4
4
5
- ### [ master (unreleased)] ( https://github.com/cucumber/cucumber-js/compare/v0.2.20...master )
5
+ ### [ master (unreleased)] ( https://github.com/cucumber/cucumber-js/compare/v0.2.21...master )
6
+
7
+ ** TBD**
8
+
9
+ ### [ v0.2.21] ( https://github.com/cucumber/cucumber-js/compare/v0.2.20...v0.2.21 )
10
+
11
+ #### New features
12
+
13
+ * Add bundler (Julien Biezemans)
14
+
15
+
6
16
7
17
** TBD**
8
18
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ Cucumber.Type = require('./cucumber/type');
16
16
Cucumber . Util = require ( './cucumber/util' ) ;
17
17
Cucumber . VolatileConfiguration = require ( './cucumber/volatile_configuration' ) ;
18
18
19
- Cucumber . VERSION = "0.2.20 " ;
19
+ Cucumber . VERSION = "0.2.21 " ;
20
20
21
21
module . exports = Cucumber ;
Original file line number Diff line number Diff line change 8
8
" gherkin" ,
9
9
" tests"
10
10
],
11
- "version" : " 0.2.20 " ,
11
+ "version" : " 0.2.21 " ,
12
12
"homepage" : " http://github.com/cucumber/cucumber-js" ,
13
13
"author" :
" Julien Biezemans <[email protected] > (http://jbpros.net)" ,
14
14
"contributors" : [
You can’t perform that action at this time.
0 commit comments