Skip to content

Commit

Permalink
Release 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpros committed Dec 23, 2014
1 parent cd645b3 commit 0615b9e
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 13 deletions.
13 changes: 12 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,22 @@

## [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.6...master)
### [master (unreleased)](https://github.com/cucumber/cucumber-js/compare/v0.4.7...master)

**TBD**


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

#### Documentation, internals and tests

* Do not dispose of step domains (Julien Biezemans)
* Refactor and add debug code (Julien Biezemans)
* Create a single domain per run (Julien Biezemans)
* Add missing AstTreeWalker specs (Julien Biezemans)
* Indent (Julien Biezemans)
* Spec domain enter/exit in AstTreeWalker (Julien Biezemans)

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

#### 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.6",
"version": "0.4.7",
"homepage": "http://git.io/cukejs",
"authors": [
"Julien Biezemans <[email protected]>"
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.4.6";
Cucumber.VERSION = "0.4.7";

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.4.6",
"version": "0.4.7",
"homepage": "http://github.com/cucumber/cucumber-js",
"author": "Julien Biezemans <[email protected]> (http://jbpros.net)",
"contributors": [
Expand Down
Loading

0 comments on commit 0615b9e

Please sign in to comment.