From 8012b47d15d8685bfbc65805c6e04f89a54643e4 Mon Sep 17 00:00:00 2001 From: Fabien Thouraud Date: Fri, 26 Nov 2021 16:28:43 +0100 Subject: [PATCH 1/2] chore: changelog script should not override previous versions --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93e8f08d..795434f5 100644 --- a/package.json +++ b/package.json @@ -79,6 +79,6 @@ "doc": "jsdoc -c .jsdoc.json --verbose", "doc-pub": "yarn run readme && yarn run doc && gh-pages -d _doc", "examples": "veggies --require examples/support examples/features", - "changelog": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s -r 0" + "changelog": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s" } } From 2579866acc2390356037273e481a5c2659236dd5 Mon Sep 17 00:00:00 2001 From: Fabien Thouraud Date: Fri, 26 Nov 2021 16:40:06 +0100 Subject: [PATCH 2/2] chore(release): bump version to 1.1.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cca34260..8f2512f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.1.0 (2021-11-26) + +* chore: changelog script should not override previous versions ([8012b47](https://github.com/ekino/veggies/commit/8012b47)) +* chore(yarn): update Yarn version ([c3dba4c](https://github.com/ekino/veggies/commit/c3dba4c)) +* feat(cucumber): explicit import of the index file for the CLI ([b3ad0e6](https://github.com/ekino/veggies/commit/b3ad0e6)) + + + ## 1.0.1 (2021-09-16) * feat(cliWrapper): wrap the cucumber CLI to keep the use of custom options ([e0fa4f9](https://github.com/ekino/veggies/commit/e0fa4f9)) diff --git a/package.json b/package.json index 795434f5..4ad7ecbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ekino/veggies", - "version": "1.0.1", + "version": "1.1.0", "description": "Veggies is an awesome cucumberjs library for API/CLI testing. Great for testing APIs built upon Express, Koa, HAPI, Loopback and others. It's also the perfect companion for testing CLI applications built with commander, meow & Co.", "tags": [ "bdd",