We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee43846 commit a6906f6Copy full SHA for a6906f6
CHANGELOG.md
@@ -10,6 +10,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
### Fixed
11
### Removed
12
13
+## [2.2.8] - 2025-07-28
14
+
15
+### Changed
16
+* test: RUpgrade latest Cypress version in E2E tests to v14
17
+* chore(deps): Upgrade dev dependencies
18
+* chore(deps): Remove Node 18 from workflows. Add Node 24
19
20
## [2.2.7] - 2024-12-06
21
22
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cypress-localstorage-commands",
3
- "version": "2.2.7",
+ "version": "2.2.8",
4
"description": "Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests",
5
"keywords": [
6
"cypress",
0 commit comments