From bfbe0881cf44cb3114089804dbc535e960dd6700 Mon Sep 17 00:00:00 2001 From: Andrew Goldis Date: Sat, 31 Aug 2024 13:14:39 -0700 Subject: [PATCH] chore: release v1.11.0 --- CHANGELOG.md | 12 +++++++----- package-lock.json | 8 ++++---- packages/cypress-cloud/package.json | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dbe67f..6f56e6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,20 @@ +# [1.11.0](https://github.com/currents-dev/cypress-cloud/compare/v1.10.2...v1.11.0) (2024-08-31) +### Features -## [1.10.2](https://github.com/currents-dev/cypress-cloud/compare/v1.10.1...v1.10.2) (2024-03-11) +- add retries for hard failures ([#211](https://github.com/currents-dev/cypress-cloud/issues/211)) ([1629759](https://github.com/currents-dev/cypress-cloud/commit/16297593632a9418a7bdd04369981c6d5016a443)) +## [1.10.2](https://github.com/currents-dev/cypress-cloud/compare/v1.10.1...v1.10.2) (2024-03-11) ### Bug Fixes -* fix exports for getCI ([0dddc40](https://github.com/currents-dev/cypress-cloud/commit/0dddc40e24f7b880752814054d034a3784b7c87f)) +- fix exports for getCI ([0dddc40](https://github.com/currents-dev/cypress-cloud/commit/0dddc40e24f7b880752814054d034a3784b7c87f)) ## [1.10.1](https://github.com/currents-dev/cypress-cloud/compare/v1.10.0...v1.10.1) (2024-03-08) - ### Bug Fixes -* fix teamcity ci resolution ([876267b](https://github.com/currents-dev/cypress-cloud/commit/876267b9667276473820badf6e72a8744c298c81)) +- fix teamcity ci resolution ([876267b](https://github.com/currents-dev/cypress-cloud/commit/876267b9667276473820badf6e72a8744c298c81)) # [1.10.0](https://github.com/currents-dev/cypress-cloud/compare/v1.9.6...v1.10.0) (2024-01-30) @@ -367,4 +369,4 @@ - implement generic http client with retries ([a9711bd](https://github.com/currents-dev/cypress-cloud/commit/a9711bde1fbb2cd37dbc8979593159d183bfa866)) - improve setup steps ([9bf16fe](https://github.com/currents-dev/cypress-cloud/commit/9bf16fe5f3773db4aa2f169515303ea6d0973da6)) - separate stdout per spec file ([a9d01c3](https://github.com/currents-dev/cypress-cloud/commit/a9d01c349cbfe140a568a452b0e7163e6d27f2db)) -- setup github actions ([d439f56](https://github.com/currents-dev/cypress-cloud/commit/d439f5660698177087fcc2e7a61c64ea263816f6)) \ No newline at end of file +- setup github actions ([d439f56](https://github.com/currents-dev/cypress-cloud/commit/d439f5660698177087fcc2e7a61c64ea263816f6)) diff --git a/package-lock.json b/package-lock.json index 03885c5..1605b7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19722,7 +19722,7 @@ } }, "packages/cypress-cloud": { - "version": "1.10.2", + "version": "1.11.0", "license": "GPL-3.0-or-later", "dependencies": { "@currents/commit-info": "1.0.1-beta.0", @@ -27268,9 +27268,9 @@ "cypress": "12.17.4", "cypress-cloud": "*", "cypress-on-fix": "^1.0.2", - "happo-cypress": "*", - "happo-e2e": "*", - "happo.io": "*", + "happo-cypress": "^4.2.0", + "happo-e2e": "^2.6.1", + "happo.io": "^10.1.2", "tsconfig": "*", "typescript": "^4.7.4" } diff --git a/packages/cypress-cloud/package.json b/packages/cypress-cloud/package.json index d4d382e..5c15eaf 100644 --- a/packages/cypress-cloud/package.json +++ b/packages/cypress-cloud/package.json @@ -1,6 +1,6 @@ { "name": "cypress-cloud", - "version": "1.10.2", + "version": "1.11.0", "main": "./dist/index.js", "author": "Currents Software Inc", "homepage": "https://github.com/currents-dev/cypress-cloud",