Skip to content

Commit dfc22eb

Browse files
committed
chore(release): Upgrade version
1 parent 1384847 commit dfc22eb

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [unreleased]
88
### Added
9-
- chore: Add types property to package.json (#232)
109
### Changed
11-
- chore(deps): Update devDependencies
12-
- test(e2e): Adapt testing react app code to [data-provider v3](https://www.data-provider.org/docs/guides-migrating-from-v2-to-v3)
1310
### Fixed
1411
### Removed
1512
### BREAKING CHANGES
1613

14+
## [1.4.0] - 2021-01-17
15+
16+
### Added
17+
- chore: Add types property to package.json (#232)
18+
19+
### Changed
20+
- chore(deps): Update devDependencies
21+
- test(e2e): Adapt testing react app code to [data-provider v3](https://www.data-provider.org/docs/guides-migrating-from-v2-to-v3)
22+
1723
## [1.3.1] - 2020-12-11
1824

1925
### 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.3.1",
3+
"version": "1.4.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=cypress-localstorage-commands
3-
sonar.projectVersion=1.3.1
3+
sonar.projectVersion=1.4.0
44

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

0 commit comments

Comments
 (0)