Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpros committed Aug 13, 2014
1 parent 3cbe290 commit 74923bc
Show file tree
Hide file tree
Showing 5 changed files with 442 additions and 214 deletions.
13 changes: 12 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,21 @@

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

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

**TBD**

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

#### New features

* Support attachments (close #189) (Julien Biezemans)

#### Documentation, internals and tests

* Fix world example in main readme (Sam Saccone)
* Update instructings for running tests (Sam Saccone)

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

#### New features
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cucumber",
"version": "0.4.1",
"version": "0.4.2",
"homepage": "http://git.io/cukejs",
"authors": [
"Julien Biezemans <jb@jbpros.com>"
Expand Down
2 changes: 1 addition & 1 deletion lib/cucumber.js
Original file line number Diff line number Diff line change
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.4.1";
Cucumber.VERSION = "0.4.2";

module.exports = Cucumber;
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"gherkin",
"tests"
],
"version": "0.4.1",
"version": "0.4.2",
"homepage": "http://github.com/cucumber/cucumber-js",
"author": "Julien Biezemans <jb@jbpros.com> (http://jbpros.net)",
"contributors": [
Expand Down Expand Up @@ -46,7 +46,8 @@
"Simon Lampen <simonlampen@vinsight.net>",
"Eddie Loeffen <eddieloeffen@gmail.com>",
"Stanley Shyiko <stanley.shyiko@gmail.com>",
"Artur Kania <kaniartur@gmail.com>"
"Artur Kania <kaniartur@gmail.com>",
"Sam Saccone <sam@samx.it>"
],
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 74923bc

Please sign in to comment.