Skip to content

Commit 765b8b1

Browse files
committed
chore(release): bump template version to v6.0.0
1 parent 792f117 commit 765b8b1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [6.0.0] - 2021-01-06
9+
10+
### Changed
11+
12+
- use this template only with cucumber-js v6
13+
- dependencies have been updated except for cucumber itself
14+
815
## [4.0.0] - 2020-07-26
916

1017
### Changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cucumber-ts-starter",
3-
"version": "4.0.0",
3+
"version": "6.0.0",
44
"description": "Starter project to write and debug cucumber-js features in TypeScript language",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)