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

Commit 42df086

Browse files
committed
Upgrade version
1 parent 52b942a commit 42df086

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

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

16+
## [1.1.0] - 2019-12-07
17+
### Changed
18+
- Upgrade "@mocks-server" core dependency. Use new "path" option.
19+
1620
## [1.0.0] - 2019-12-06
1721
- Migrate administration api from [@mocks-server/main, v1.3.0](https://github.com/mocks-server/main/releases/tag/v1.3.0). For further info read the [previous repository CHANGELOG.md](https://github.com/mocks-server/main/blob/v1.3.0/CHANGELOG.md#130---2019-11-17)
1822
- Export Plugin, which can be used only programmatically. (Binary is still distributed in the [@mocks-server/main](https://github.com/mocks-server/main) package).

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: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
22
"name": "@mocks-server/plugin-admin-api",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Plugin for Mocks Server. Provides a REST API for administrating settings, fixtures and behaviors",
55
"keywords": [
6-
"mocks",
7-
"server",
8-
"mock",
9-
"plugin",
6+
"mocks-server-plugin",
107
"administration",
118
"admin",
129
"api",
@@ -35,7 +32,7 @@
3532
"coveralls": "cat ./coverage/lcov.info | coveralls"
3633
},
3734
"peerDependencies": {
38-
"@mocks-server/core": "1.0.0"
35+
"@mocks-server/core": "^1.1.0"
3936
},
4037
"dependencies": {
4138
"express": "4.17.1"

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-plugin-admin-api
3-
sonar.projectVersion=1.0.0
3+
sonar.projectVersion=1.1.0
44

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

0 commit comments

Comments
 (0)