From 9d2e5627de19c81e6c5fc5a449ad8d8c97f4fb49 Mon Sep 17 00:00:00 2001 From: Jonas Amundsen Date: Sat, 27 Jul 2024 09:05:30 +0200 Subject: [PATCH] v20.1.1 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 374efadf..4ae86a19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## Unreleased +## v20.1.1 - Omit outputting empty "then" entries to the command log, relates to [#1214](https://github.com/badeball/cypress-cucumber-preprocessor/discussions/1214). diff --git a/package.json b/package.json index c1f3222d..5cfdcee7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@badeball/cypress-cucumber-preprocessor", - "version": "20.1.0", + "version": "20.1.1", "author": "Jonas Amundsen", "license": "MIT", "homepage": "https://github.com/badeball/cypress-cucumber-preprocessor",