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

Commit 50529f5

Browse files
authored
Merge pull request #7 from mocks-server/v1.2.1
Upgrade admin-api-paths dependency
2 parents 734e83e + e72efdd commit 50529f5

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

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.2.1] - 2019-12-25
17+
### Changed
18+
- Upgrade admin-api-paths dependency.
19+
1620
## [1.2.0] - 2019-12-24
1721
### Added
1822
- Add "adminApiPath" option, which allows to change the new API path ("/admin").

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mocks-server/plugin-admin-api",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Plugin for Mocks Server. Provides a REST API for administrating settings, fixtures and behaviors",
55
"keywords": [
66
"mocks-server-plugin",
@@ -35,7 +35,7 @@
3535
"@mocks-server/core": "^1.1.0"
3636
},
3737
"dependencies": {
38-
"@mocks-server/admin-api-paths": "1.0.1",
38+
"@mocks-server/admin-api-paths": "1.0.2",
3939
"@hapi/boom": "8.0.1",
4040
"express": "4.17.1"
4141
},

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.2.0
3+
sonar.projectVersion=1.2.1
44

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

0 commit comments

Comments
 (0)