From 1a997d3e5199ffb31c25f3812c9ab03643998888 Mon Sep 17 00:00:00 2001 From: Arthur Warnier Date: Sun, 27 Aug 2023 11:33:59 +0200 Subject: [PATCH] chore(release): 7.1.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- tools/version-matrix.json | 2 +- version-matrix.md | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b746397..a8e1cca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [7.1.1](https://github.com/Arthy000/gherkin-testcafe/compare/v7.1.0...v7.1.1) (2023-08-27) + ## [7.1.0](https://github.com/Arthy000/gherkin-testcafe/compare/v7.0.0...v7.1.0) (2023-08-05) diff --git a/package.json b/package.json index 23539b7..ab88607 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gherkin-testcafe", - "version": "7.1.0", + "version": "7.1.1", "author": "Lukas Kullmann ", "contributors": [ "Wilhelm Behncke ", diff --git a/tools/version-matrix.json b/tools/version-matrix.json index f182c3b..0e7e5ef 100644 --- a/tools/version-matrix.json +++ b/tools/version-matrix.json @@ -1 +1 @@ -[{"gtc":"7.1.0","tc":{"peer":["^2.0.0 <= 3.1.0"]}},{"gtc":"7.0.0","tc":{"peer":["^2.0.0 <= 2.5.0"]}},{"gtc":"6.0.1","tc":{"peer":["^2.0.0 <= 2.5.0"]}},{"gtc":"6.0.0","tc":{"peer":["~1.20.0","^2.0.0 <= 2.3.1"]}},{"gtc":"5.6.0","tc":{"peer":["~1.20.0","^2.0.0 <= 2.2.0"]}},{"gtc":"5.5.2","tc":{"peer":["~1.20.0","^2.0.0 <= 2.1.0"],"notPeer":["2.2.0"]}},{"gtc":"5.5.1","tc":{"peer":["~1.20.0"],"notPeer":["^2.0.0 <= 2.1.0"]}},{"gtc":"5.5.0","tc":{"peer":["~1.20.0"]}},{"gtc":"5.4.4","tc":{"peer":["~1.20.0"]}},{"gtc":"5.4.3","tc":{"peer":["~1.18.0","1.19.0"]}}] \ No newline at end of file +[{"gtc":"7.1.1","tc":{"peer":["^2.0.0 <= 3.2.0"]}},{"gtc":"7.1.0","tc":{"peer":["^2.0.0 <= 3.1.0"]}},{"gtc":"7.0.0","tc":{"peer":["^2.0.0 <= 2.5.0"]}},{"gtc":"6.0.1","tc":{"peer":["^2.0.0 <= 2.5.0"]}},{"gtc":"6.0.0","tc":{"peer":["~1.20.0","^2.0.0 <= 2.3.1"]}},{"gtc":"5.6.0","tc":{"peer":["~1.20.0","^2.0.0 <= 2.2.0"]}},{"gtc":"5.5.2","tc":{"peer":["~1.20.0","^2.0.0 <= 2.1.0"],"notPeer":["2.2.0"]}},{"gtc":"5.5.1","tc":{"peer":["~1.20.0"],"notPeer":["^2.0.0 <= 2.1.0"]}},{"gtc":"5.5.0","tc":{"peer":["~1.20.0"]}},{"gtc":"5.4.4","tc":{"peer":["~1.20.0"]}},{"gtc":"5.4.3","tc":{"peer":["~1.18.0","1.19.0"]}}] \ No newline at end of file diff --git a/version-matrix.md b/version-matrix.md index 9859411..d1e5b8e 100644 --- a/version-matrix.md +++ b/version-matrix.md @@ -3,6 +3,7 @@ Following combinations of versions of Gherkin-TestCafe and TestCafe have been te | GTC version | TC versions (peer dependencies) | TC versions (not peer dependencies) | | - | - | - | +| 7.1.1 | ^2.0.0 <= 3.2.0 | / | | 7.1.0 | ^2.0.0 <= 3.1.0 | / | | 7.0.0 | ^2.0.0 <= 2.5.0 | / | | 6.0.1 | ^2.0.0 <= 2.5.0 | / |