diff --git a/CHANGELOG.md b/CHANGELOG.md index 46c343d..760c38f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.3.0] - 2025-01-30 + - Add support for Cypress 14.x. ## [2.2.5] - 2023-09-14 diff --git a/package.json b/package.json index 43af238..7902108 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@4tw/cypress-drag-drop", - "version": "2.2.5", + "version": "2.3.0", "description": "A cypress child command for drag'n'drop support.", "main": "index.js", "types": "index.d.ts",