diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index ff0202142a09..219d7e0c14f3 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,7 +1,7 @@ ## 13.13.0 -_Released 7/02/2024 (PENDING)_ +_Released 7/01/2024_ **Performance:** diff --git a/package.json b/package.json index e3c73e74bdce..e3460e4a53a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress", - "version": "13.12.0", + "version": "13.13.0", "description": "Cypress is a next generation front end testing tool built for the modern web", "private": true, "scripts": { diff --git a/packages/example/package.json b/packages/example/package.json index 56fea05064b1..a99466aa68dd 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "cross-env": "6.0.3", - "cypress-example-kitchensink": "3.0.0", + "cypress-example-kitchensink": "3.1.0", "gh-pages": "5.0.0", "gulp": "4.0.2", "gulp-clean": "0.4.0",