From 5225d569c5e0f910d9d43f351a2b2ad31ad04f99 Mon Sep 17 00:00:00 2001 From: Andrew Goldis Date: Tue, 4 Jul 2023 10:14:19 -0700 Subject: [PATCH] chore: release v1.9.0 --- CHANGELOG.md | 15 +++++---------- package-lock.json | 2 +- packages/cypress-cloud/package.json | 2 +- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2add9ef9..fef049cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,20 @@ - - -# [1.9.0-beta.0](https://github.com/currents-dev/cypress-cloud/compare/v1.8.2...v1.9.0-beta.0) (2023-07-03) - +# [1.9.0](https://github.com/currents-dev/cypress-cloud/compare/v1.9.0-beta.0...v1.9.0) (2023-07-04) ### Features -* enable debug mode ([68bef22](https://github.com/currents-dev/cypress-cloud/commit/68bef2245d81f6b609cf56b9b7d565cd66832ddd)) +- enable debug mode ([68bef22](https://github.com/currents-dev/cypress-cloud/commit/68bef2245d81f6b609cf56b9b7d565cd66832ddd)) ## [1.8.2](https://github.com/currents-dev/cypress-cloud/compare/v1.8.1...v1.8.2) (2023-06-29) - ### Bug Fixes -* support custom network headers ([12ba9f4](https://github.com/currents-dev/cypress-cloud/commit/12ba9f4e606b7ea6725bc86f2cc2f46173112da3)), closes [#139](https://github.com/currents-dev/cypress-cloud/issues/139) +- support custom network headers ([12ba9f4](https://github.com/currents-dev/cypress-cloud/commit/12ba9f4e606b7ea6725bc86f2cc2f46173112da3)), closes [#139](https://github.com/currents-dev/cypress-cloud/issues/139) ## [1.8.1](https://github.com/currents-dev/cypress-cloud/compare/v1.8.0...v1.8.1) (2023-06-27) - ### Bug Fixes -* specify content-disposition header ([b021296](https://github.com/currents-dev/cypress-cloud/commit/b02129604ec31d21cda7e9ebcb3e60d7e80fdc25)) +- specify content-disposition header ([b021296](https://github.com/currents-dev/cypress-cloud/commit/b02129604ec31d21cda7e9ebcb3e60d7e80fdc25)) # [1.8.0](https://github.com/currents-dev/cypress-cloud/compare/v1.8.0-beta.6...v1.8.0) (2023-06-27) @@ -298,4 +293,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 76413c77..2a5655d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14705,7 +14705,7 @@ } }, "packages/cypress-cloud": { - "version": "1.9.0-beta.0", + "version": "1.9.0", "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 359d15ca..8da7bff9 100644 --- a/packages/cypress-cloud/package.json +++ b/packages/cypress-cloud/package.json @@ -1,6 +1,6 @@ { "name": "cypress-cloud", - "version": "1.9.0-beta.0", + "version": "1.9.0", "main": "./dist/index.js", "author": "Currents Software Inc", "homepage": "https://github.com/currents-dev/cypress-cloud",