Skip to content

Commit 19145c2

Browse files
committed
chore(release): Upgrade version
1 parent df1873a commit 19145c2

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [unreleased]
8+
### Added
9+
### Changed
10+
### Fixed
11+
### Removed
12+
### BREAKING CHANGES
13+
14+
## [1.3.0] - 2020-12-07
15+
816
### Added
917
- feat(#191): Add disableLocalStorage command (Thanks to @Uninen for his contribution).
18+
1019
### Changed
1120
- chore(deps): Update some devDependencies
21+
1222
### Fixed
1323
- style(lint): Lint also files in root folder. Fix jest.config style
14-
### Removed
15-
### BREAKING CHANGES
1624

1725
## [1.2.5] - 2020-12-05
1826

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.2.5",
3+
"version": "1.3.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.2.5
3+
sonar.projectVersion=1.3.0
44

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

0 commit comments

Comments
 (0)