Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 154c754

Browse files
committed
Merge with v1.3.0
2 parents e145979 + b27f293 commit 154c754

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616
### Fixed
1717
### Removed
1818

19+
## [1.3.0] - 2019-11-17
20+
1921
## [1.2.0] - 2019-11-13
2022
### Added
2123
- Add api acceptance tests

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "@mocks-server/main",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Mocks server supporting multiple api behaviors",
55
"keywords": [
66
"mocks",
77
"server",
8+
"mock",
89
"fixtures",
910
"behaviors",
1011
"api",

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-main
3-
sonar.projectVersion=1.2.0
3+
sonar.projectVersion=1.3.0
44

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

0 commit comments

Comments
 (0)