Skip to content

Commit a6906f6

Browse files
committed
chore: Upgrade version
1 parent ee43846 commit a6906f6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Fixed
1111
### Removed
1212

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+
1320
## [2.2.7] - 2024-12-06
1421

1522
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress-localstorage-commands",
3-
"version": "2.2.7",
3+
"version": "2.2.8",
44
"description": "Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests",
55
"keywords": [
66
"cypress",

0 commit comments

Comments
 (0)