From dd4c2338f0db229068cba8ff5ce4e01f661d58ab Mon Sep 17 00:00:00 2001 From: hdorgeval Date: Fri, 29 Nov 2019 20:50:01 +0100 Subject: [PATCH] chore(release): bump version to v3.1.1 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d5968..dd3cba7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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] - 2019-11-29 + +### Changed + +- make test script works on Windows +- make debug works on Windows ## [3.1.0] - 2019-11-24 diff --git a/package-lock.json b/package-lock.json index 0e9f5fe..8111312 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cucumber-ts-starter", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 90862b6..e979def 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cucumber-ts-starter", - "version": "3.1.0", + "version": "3.1.1", "description": "Starter project to write and debug cucumber-js features in TypeScript language", "main": "index.js", "scripts": {