Skip to content

Commit

Permalink
chore(release): bump version to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hdorgeval committed Dec 18, 2018
1 parent 47d89de commit c4c8f57
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.1.1] - 2018-12-18

### Changed

- update testcafe-static-analyser dependency.
- this new version is able to analyse `.meta` syntax and `test`syntax split on multiple lines.

## [3.1.0] - 2018-12-07

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testcafe-starter",
"version": "3.1.0",
"version": "3.1.1",
"description": "starter project for e2e tests with testcafe",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -63,4 +63,4 @@
"vscode": "^1.18.0",
"node": ">=6.0.0"
}
}
}

0 comments on commit c4c8f57

Please sign in to comment.