diff --git a/CHANGELOG.md b/CHANGELOG.md index d50d67a..7b4a080 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +# [1.13.0](https://github.com/currents-dev/cypress-cloud/compare/v1.12.0...v1.13.0) (2024-12-12) + + +### Features + +* **types:** export CurrentsConfig for typed config files ([aedfc04](https://github.com/currents-dev/cypress-cloud/commit/aedfc04b63ba2f2f139c9cc85b182d111181dc9d)) + # [1.12.0](https://github.com/currents-dev/cypress-cloud/compare/v1.11.0...v1.12.0) (2024-11-22) diff --git a/package-lock.json b/package-lock.json index ef1072a..7d84abd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19823,7 +19823,7 @@ } }, "packages/cypress-cloud": { - "version": "1.12.0", + "version": "1.13.0", "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 c705c73..dfb0101 100644 --- a/packages/cypress-cloud/package.json +++ b/packages/cypress-cloud/package.json @@ -1,6 +1,6 @@ { "name": "cypress-cloud", - "version": "1.12.0", + "version": "1.13.0", "main": "./dist/index.js", "author": "Currents Software Inc", "homepage": "https://github.com/currents-dev/cypress-cloud",