Skip to content

Commit

Permalink
Release 0.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpros committed Oct 7, 2012
1 parent cc882c6 commit 6f2ac2b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion History.md
Expand Up @@ -2,10 +2,22 @@

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

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

**TBD**

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

#### New features

* Print data tables and doc strings in pretty formatter output (#89, #81) (Julien Biezemans)

#### Fixes

* Exclude unmatched features from AST (close #80) (Julien Biezemans)



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

#### New features
Expand Down
2 changes: 1 addition & 1 deletion lib/cucumber.js
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.21";
Cucumber.VERSION = "0.2.22";

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

0 comments on commit 6f2ac2b

Please sign in to comment.