Skip to content

Commit

Permalink
chore(release): Upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Dec 7, 2020
1 parent df1873a commit 19145c2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Expand Up @@ -5,14 +5,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]
### Added
### Changed
### Fixed
### Removed
### BREAKING CHANGES

## [1.3.0] - 2020-12-07

### Added
- feat(#191): Add disableLocalStorage command (Thanks to @Uninen for his contribution).

### Changed
- chore(deps): Update some devDependencies

### Fixed
- style(lint): Lint also files in root folder. Fix jest.config style
### Removed
### BREAKING CHANGES

## [1.2.5] - 2020-12-05

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cypress-localstorage-commands",
"version": "1.2.5",
"version": "1.3.0",
"description": "Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests",
"keywords": [
"cypress",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
@@ -1,6 +1,6 @@
sonar.organization=javierbrea
sonar.projectKey=cypress-localstorage-commands
sonar.projectVersion=1.2.5
sonar.projectVersion=1.3.0

sonar.javascript.file.suffixes=.js
sonar.sourceEncoding=UTF-8
Expand Down

0 comments on commit 19145c2

Please sign in to comment.