diff --git a/CHANGELOG.md b/CHANGELOG.md index 4877ccb..099f541 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.2.5] - 2023-09-14 + - Add support for Cypress 13.x. ## [2.2.4] - 2023-06-01 diff --git a/package.json b/package.json index 6826eee..819cc23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@4tw/cypress-drag-drop", - "version": "2.2.4", + "version": "2.2.5", "description": "A cypress child command for drag'n'drop support.", "main": "index.js", "types": "index.d.ts",