From 50c40c9115d56b5ab6c090f63e4f97507c572477 Mon Sep 17 00:00:00 2001 From: Yohay Nahmany Date: Thu, 12 Dec 2024 14:46:06 +0100 Subject: [PATCH] chore: relaese 1.12.1 --- CHANGELOG.md | 11 ++++++++++- package-lock.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f56e6b..70f96c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + + +## [1.12.1](https://github.com/currents-dev/cypress-cloud/compare/v1.11.0...v1.12.1) (2024-12-12) + + +### Features + +* add previousCiBuildId to run creation ([d39614c](https://github.com/currents-dev/cypress-cloud/commit/d39614c0c7511701d3d431f37824a79cf40b561e)) + # [1.11.0](https://github.com/currents-dev/cypress-cloud/compare/v1.10.2...v1.11.0) (2024-08-31) ### Features @@ -369,4 +378,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)) +- setup github actions ([d439f56](https://github.com/currents-dev/cypress-cloud/commit/d439f5660698177087fcc2e7a61c64ea263816f6)) \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 13ea027..854ce73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19822,7 +19822,7 @@ } }, "packages/cypress-cloud": { - "version": "1.11.0", + "version": "1.12.1", "license": "GPL-3.0-or-later", "dependencies": { "@currents/commit-info": "1.0.1-beta.0",