From cbc28a6d3871e036d60aed4b7034dccf34888ff2 Mon Sep 17 00:00:00 2001 From: Bill Glesias Date: Tue, 28 Jan 2025 11:57:05 -0500 Subject: [PATCH] chore: release 14.0.1 (#30963) * release: 14.0.1 * chore: empty commit to pass the semantic pr job as we cannot amend a protected branch --- cli/CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 7f2f25063d0c..cfbfa3b31c29 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,7 +1,7 @@ ## 14.0.1 -_Released 1/28/2025 (PENDING)_ +_Released 1/28/2025_ **Bugfixes:** diff --git a/package.json b/package.json index a1c9cf7ea00d..cc06e596629c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress", - "version": "14.0.0", + "version": "14.0.1", "description": "Cypress is a next generation front end testing tool built for the modern web", "private": true, "scripts": {