From 0d6cfa6394e4a46997890cd77239e1a362b054ff Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Tue, 9 Jul 2019 14:27:40 -0400 Subject: [PATCH] 1.8.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ff1fb21..558c76c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "circleci-orb", - "version": "1.7.0", + "version": "1.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b05f7097..e5b52d70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "circleci-orb", - "version": "1.7.0", + "version": "1.8.0", "description": "Install, cache and run Cypress.io tests on CircleCI with minimal configuration.", "main": "index.js", "scripts": {