Skip to content

Commit

Permalink
Release 0.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpros committed Sep 10, 2012
1 parent 716b284 commit efaec18
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

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

### [master (unreleased)](https://github.com/cucumber/cucumber-js/compare/v0.2.20...master)
### [master (unreleased)](https://github.com/cucumber/cucumber-js/compare/v0.2.21...master)

**TBD**

### [v0.2.21](https://github.com/cucumber/cucumber-js/compare/v0.2.20...v0.2.21)

#### New features

* Add bundler (Julien Biezemans)



**TBD**

Expand Down
2 changes: 1 addition & 1 deletion lib/cucumber.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Cucumber.Type = require('./cucumber/type');
Cucumber.Util = require('./cucumber/util');
Cucumber.VolatileConfiguration = require('./cucumber/volatile_configuration');

Cucumber.VERSION = "0.2.20";
Cucumber.VERSION = "0.2.21";

module.exports = Cucumber;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"gherkin",
"tests"
],
"version": "0.2.20",
"version": "0.2.21",
"homepage": "http://github.com/cucumber/cucumber-js",
"author": "Julien Biezemans <jb@jbpros.com> (http://jbpros.net)",
"contributors": [
Expand Down

0 comments on commit efaec18

Please sign in to comment.