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

Commit c8613f4

Browse files
committed
Upgrade version
1 parent d56986d commit c8613f4

4 files changed

Lines changed: 13 additions & 11 deletions

File tree

CHANGELOG.md

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

17+
## [1.1.1] - 2019-11-12
18+
1719
## [1.1.0] - 2019-11-08
1820
### Changed
1921
- Change "feature" concept by "behavior". Maintain old "feature" options and urls as aliases for maintaining compatibility.

package-lock.json

Lines changed: 9 additions & 9 deletions
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/main",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Mocks server with extensible fixtures groupables in predefined behaviors. Behavior can be changed using CLI or REST API",
55
"keywords": [
66
"mocks",

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.1.0
3+
sonar.projectVersion=1.1.1
44

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

0 commit comments

Comments
 (0)