Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpros committed Jun 16, 2015
1 parent 1350632 commit f98a19d
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 12 deletions.
19 changes: 18 additions & 1 deletion History.md
Expand Up @@ -2,7 +2,24 @@

## [v0.5.x](https://github.com/cucumber/cucumber-js/compare/v0.5.0...master)

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

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

#### New features

* Support placeholders in scenario outlines (chrismilleruk)
* Add failure exception to scenario object (Mateusz Derks)

#### Documentation, internals and tests

* Fix World example in README (Julien Biezemans)
* Remove moot `version` property from bower.json (Kevin Kirsche)
* Remove obsolete release instruction for bower (Julien Biezemans)
* Add Gitter badge (Julien Biezemans)
* Rephrase spec example (Julien Biezemans)
* Add documentation for attachments (Simon Dean)
* Fix name of Cucumber.Api.Scenario in README (Simon Dean)

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

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

Cucumber.VERSION = '0.5.0';
Cucumber.VERSION = '0.5.1';

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

0 comments on commit f98a19d

Please sign in to comment.