Skip to content
This repository has been archived by the owner. It is now read-only.

Commit d97e754

Browse files
committed
chore(version): Change version
1 parent 635dd07 commit d97e754

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

CHANGELOG.md

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

13-
## [1.0.4] - 2020-03-01
13+
## [1.0.3] - 2020-03-01
1414
### Changed
1515
- chore(deps): Add Cypress ^4.0.0 to peerDependencies
1616
- chore(deps): Update dependencies
1717

18-
## [1.0.3] - 2020-01-26
19-
### Changed
20-
- Update dependencies
21-
2218
## [1.0.2] - 2020-01-12
2319
### Changed
2420
- Update dependencies

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": "@mocks-server/cypress-commands",
3-
"version": "1.0.4",
3+
"version": "1.0.3",
44
"description": "Extends Cypress' cy commands with methods for administrating mocks-server",
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=mocks-server
22
sonar.projectKey=mocks-server-cypress-commands
3-
sonar.projectVersion=1.0.4
3+
sonar.projectVersion=1.0.3
44

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

0 commit comments

Comments
 (0)