diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f9afe6..ff5e0ed 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.3.0] - 2020-04-30 + +### Changed + +- update all dependencies + ## [3.2.0] - 2019-11-29 ### Changed diff --git a/package-lock.json b/package-lock.json index 41eca13..4e21e13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cucumber-ts-starter", - "version": "3.2.0", + "version": "3.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 150fb5a..20cc89c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cucumber-ts-starter", - "version": "3.2.0", + "version": "3.3.0", "description": "Starter project to write and debug cucumber-js features in TypeScript language", "main": "index.js", "scripts": {