From 6a50afab5fe17d614c871ac598e206ce2405a248 Mon Sep 17 00:00:00 2001 From: Ben Kucera <14625260+Bkucera@users.noreply.github.com> Date: Wed, 22 May 2019 12:32:39 -0400 Subject: [PATCH] v1.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2787bd8..5c6c5e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress-plugin-retries", - "version": "1.2.1", + "version": "1.2.2", "description": "Cypress plugin allowing tests to retry a configurable amount of times", "main": "src", "scripts": {