diff --git a/CHANGELOG.md b/CHANGELOG.md index e7604aa..6c40330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +## [6.0.0] - 2021-01-06 + +### Changed + +- use this template only with cucumber-js v6 +- dependencies have been updated except for cucumber itself + ## [4.0.0] - 2020-07-26 ### Changed diff --git a/package-lock.json b/package-lock.json index 3188071..e1be85c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cucumber-ts-starter", - "version": "4.0.0", + "version": "6.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0b0af1f..0b505e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cucumber-ts-starter", - "version": "4.0.0", + "version": "6.0.0", "description": "Starter project to write and debug cucumber-js features in TypeScript language", "main": "index.js", "scripts": {