diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd661b7..8d96df29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.9.6](https://github.com/currents-dev/cypress-cloud/compare/v1.9.5...v1.9.6) (2023-09-19) + + +### Bug Fixes + +* add post-run warnings ([#180](https://github.com/currents-dev/cypress-cloud/issues/180)) [CSR-601] ([e8d9354](https://github.com/currents-dev/cypress-cloud/commit/e8d93540d1aefb1235c0d478f4b39920d3267b9e)) + ## [1.9.5](https://github.com/currents-dev/cypress-cloud/compare/v1.9.4...v1.9.5) (2023-09-13) diff --git a/package-lock.json b/package-lock.json index 00f6c94a..6f853349 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16125,7 +16125,7 @@ } }, "packages/cypress-cloud": { - "version": "1.9.5", + "version": "1.9.6", "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 fe779e51..77327e15 100644 --- a/packages/cypress-cloud/package.json +++ b/packages/cypress-cloud/package.json @@ -1,6 +1,6 @@ { "name": "cypress-cloud", - "version": "1.9.5", + "version": "1.9.6", "main": "./dist/index.js", "author": "Currents Software Inc", "homepage": "https://github.com/currents-dev/cypress-cloud",