Skip to content

Commit

Permalink
chore(npm): add Semantic Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Le Barrois d'Orgeval authored and Henri Le Barrois d'Orgeval committed Jul 20, 2018
1 parent 693cd94 commit 6fc3a4d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog
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).

## [2.0.0] - 2018-07-21
### Added
- remove all boilerplate code and create a script (`npm run build-step-mappings`) to automatically bind all steps to feature files.
- this version can be seen as a lightweight cucumber-ts/SpecFlow implementation with full support of all TestCafe and TestCafe Live functionalities.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testcafe-starter",
"version": "1.1.6",
"version": "2.0.0",
"description": "starter project for e2e tests with testcafe",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6fc3a4d

Please sign in to comment.