Skip to content

Commit

Permalink
Merge pull request #156 from wvankuipers/feature/1.3.2
Browse files Browse the repository at this point in the history
Updated changelog & version
  • Loading branch information
wvankuipers authored Oct 31, 2017
2 parents 9c5ea13 + 77ab67a commit d169bd8
Show file tree
Hide file tree
Showing 4 changed files with 172 additions and 159 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.3.2] - 2017-10-31
### Fixed
- Fixed required Node & Yarn versions in the readme
- Added `checkIfElementExists` to readme & then step definitions (thanks [canvaspixels](https://github.com/canvaspixels))

### Changed
- Updated dependencies

## [1.3.1] - 2017-09-18
### Added
- Add missing tests to select.feature (thanks [silkentrance](https://github.com/silkentrance))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Boilerplate project to run WebdriverIO tests with [Cucumber](https://cucumber.io

## Requirements

- Node version 6 or higher
- Node version 4.8 or higher

Although this project works fine with NPM we recommend to use Yarn (>= 0.20.0) instead, due to its speed & solid dependency locking mechanism. To keep things simple we use yarn in this guide, but feel free to replace this with NPM if that is what you are using.
Although this project works fine with NPM we recommend to use Yarn (>= 1.0.0) instead, due to its speed & solid dependency locking mechanism. To keep things simple we use yarn in this guide, but feel free to replace this with NPM if that is what you are using.

## Quick start

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cucumber-boilerplate",
"version": "1.3.1",
"version": "1.3.2",
"description": "Boilerplate project to run WebdriverIO tests with Cucumber",
"homepage": "https://github.com/webdriverio/cucumber-boilerplate",
"scripts": {
Expand Down
Loading

0 comments on commit d169bd8

Please sign in to comment.