Skip to content

Commit 435cfed

Browse files
committed
Merge branch 'chore-deps' into release
2 parents 65fa8de + c0b3864 commit 435cfed

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

CHANGELOG.md

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

13-
## [unreleased]
13+
## [2.2.1] - 2022-08-30
1414

1515
### Changed
1616
- chore(deps): Update devDependencies

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress-localstorage-commands",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests",
55
"keywords": [
66
"cypress",
@@ -65,7 +65,7 @@
6565
"@babel/preset-react": "7.18.6",
6666
"@stryker-mutator/core": "6.1.2",
6767
"@stryker-mutator/jest-runner": "6.1.2",
68-
"cypress": "10.3.1",
68+
"cypress": "10.6.0",
6969
"eslint": "8.23.0",
7070
"eslint-config-prettier": "8.5.0",
7171
"eslint-plugin-jest": "27.0.1",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.organization=javierbrea
22
sonar.projectKey=javierbrea_cypress-localstorage-commands
3-
sonar.projectVersion=2.2.0
3+
sonar.projectVersion=2.2.1
44

55
sonar.javascript.file.suffixes=.js
66
sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)