Skip to content

Commit d169bd8

Browse files
authored
Merge pull request #156 from wvankuipers/feature/1.3.2
Updated changelog & version
2 parents 9c5ea13 + 77ab67a commit d169bd8

File tree

4 files changed

+172
-159
lines changed

4 files changed

+172
-159
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.3.2] - 2017-10-31
4+
### Fixed
5+
- Fixed required Node & Yarn versions in the readme
6+
- Added `checkIfElementExists` to readme & then step definitions (thanks [canvaspixels](https://github.com/canvaspixels))
7+
8+
### Changed
9+
- Updated dependencies
10+
311
## [1.3.1] - 2017-09-18
412
### Added
513
- Add missing tests to select.feature (thanks [silkentrance](https://github.com/silkentrance))

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Boilerplate project to run WebdriverIO tests with [Cucumber](https://cucumber.io
99

1010
## Requirements
1111

12-
- Node version 6 or higher
12+
- Node version 4.8 or higher
1313

14-
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.
14+
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.
1515

1616
## Quick start
1717

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cucumber-boilerplate",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Boilerplate project to run WebdriverIO tests with Cucumber",
55
"homepage": "https://github.com/webdriverio/cucumber-boilerplate",
66
"scripts": {

0 commit comments

Comments
 (0)