diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e7023..3dbe67f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [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)) + ## [1.10.1](https://github.com/currents-dev/cypress-cloud/compare/v1.10.0...v1.10.1) (2024-03-08) diff --git a/package-lock.json b/package-lock.json index ed856e5..0ea2714 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18281,7 +18281,7 @@ } }, "packages/cypress-cloud": { - "version": "1.10.1", + "version": "1.10.2", "license": "GPL-3.0-or-later", "dependencies": { "@currents/commit-info": "1.0.1-beta.0", diff --git a/packages/cypress-cloud/package.json b/packages/cypress-cloud/package.json index dedffbd..d4d382e 100644 --- a/packages/cypress-cloud/package.json +++ b/packages/cypress-cloud/package.json @@ -1,6 +1,6 @@ { "name": "cypress-cloud", - "version": "1.10.1", + "version": "1.10.2", "main": "./dist/index.js", "author": "Currents Software Inc", "homepage": "https://github.com/currents-dev/cypress-cloud",