Skip to content

Commit

Permalink
Release 2.0.0-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
charlierudolph committed Mar 16, 2017
1 parent 2246394 commit 5dbdd10
Show file tree
Hide file tree
Showing 4 changed files with 609 additions and 264 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
### [master (unreleased)](https://github.com/cucumber/cucumber-js/compare/v2.0.0-rc8...master)
### [master (unreleased)](https://github.com/cucumber/cucumber-js/compare/v2.0.0-rc9...master)

### [2.0.0-rc.9](https://github.com/cucumber/cucumber-js/compare/v2.0.0-rc.8...v2.0.0-rc.9) (2017-03-10)

#### Bug Fixes

* dependency: fix use of gherkin to not rely on removed field

### [2.0.0-rc.8](https://github.com/cucumber/cucumber-js/compare/v2.0.0-rc.7...v2.0.0-rc.8) (2017-03-10)

Expand Down
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ Perform the following steps on a feature branch.
* `git log --format=format:"%an <%ae>" --reverse <last-version-tag>..HEAD`
* Compile the bundle with `yarn run build-release`
* Ensure the browser example works
* For now, need to manually update Gherkin with this [change](https://github.com/cucumber/gherkin/commit/46e72cd3cd79965298a9b154af7741480230b916), until the next version is released

Review the changes, if everything looks good, squash merge into master.

Expand Down
Loading

0 comments on commit 5dbdd10

Please sign in to comment.