Skip to content

Commit 2f6d29c

Browse files
committed
chore(release): Upgrade version
1 parent 77a799a commit 2f6d29c

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
## [unreleased]
88
### Added
99
### Changed
10-
- chore(#330): Use Cypress v8 in E2E tests. Add Cypress v8.x to peerDependencies
1110
### Fixed
1211
### Removed
1312
### BREAKING CHANGES
1413

14+
## [1.5.0] - 2021-07-21
15+
### Added
16+
- chore(#330): Use Cypress v8 in E2E tests. Add Cypress v8.x to peerDependencies
17+
18+
### Changed
19+
- chore(deps): Update devDependencies
1520
## [1.4.5] - 2021-05-29
1621

1722
### Changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "1.4.5",
3+
"version": "1.5.0",
44
"description": "Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests",
55
"keywords": [
66
"cypress",

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=1.4.5
3+
sonar.projectVersion=1.5.0
44

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

0 commit comments

Comments
 (0)