From 86175a95ec0b5a0dafba2c8f0b242e282f27c279 Mon Sep 17 00:00:00 2001 From: Bill Glesias Date: Wed, 15 Mar 2023 13:26:54 -0400 Subject: [PATCH] chore: bump version to 12.8.1 and ready CHANGELOG (#26125) --- 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 bf826ea053b9..127e3de740cd 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,7 +1,7 @@ ## 12.8.1 -_Released 03/15/2023 (PENDING)_ +_Released 03/15/2023_ **Bugfixes:** diff --git a/package.json b/package.json index d6b39d3b5ba3..b6f539808d92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress", - "version": "12.8.0", + "version": "12.8.1", "description": "Cypress is a next generation front end testing tool built for the modern web", "private": true, "scripts": {