diff --git a/CHANGELOG.md b/CHANGELOG.md index 3614994e..ae4ac280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.7.1](https://github.com/currents-dev/cypress-cloud/compare/v1.7.0...v1.7.1) (2023-04-06) + + +### Bug Fixes + +* accept various spec formats in API call ([#119](https://github.com/currents-dev/cypress-cloud/issues/119)) ([fc3818e](https://github.com/currents-dev/cypress-cloud/commit/fc3818e53dd0ba6b012f567a8097e5d71ee9aaf7)), closes [#118](https://github.com/currents-dev/cypress-cloud/issues/118) + # [1.7.0](https://github.com/currents-dev/cypress-cloud/compare/v1.6.0...v1.7.0) (2023-04-04) diff --git a/package-lock.json b/package-lock.json index 132895dc..ca8b9d31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14595,7 +14595,7 @@ } }, "packages/cypress-cloud": { - "version": "1.7.0", + "version": "1.7.1", "license": "GPL-3.0-or-later", "dependencies": { "@cypress/commit-info": "^2.2.0", diff --git a/packages/cypress-cloud/package.json b/packages/cypress-cloud/package.json index cff42bf8..8e26cd54 100644 --- a/packages/cypress-cloud/package.json +++ b/packages/cypress-cloud/package.json @@ -1,6 +1,6 @@ { "name": "cypress-cloud", - "version": "1.7.0", + "version": "1.7.1", "main": "./dist/index.js", "author": "Currents Software Inc", "homepage": "https://github.com/currents-dev/cypress-cloud",