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

Commit

Permalink
Merge pull request #7 from mocks-server/v1.2.1
Browse files Browse the repository at this point in the history
Upgrade admin-api-paths dependency
  • Loading branch information
javierbrea authored Dec 25, 2019
2 parents 734e83e + e72efdd commit 50529f5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
### Removed

## [1.2.1] - 2019-12-25
### Changed
- Upgrade admin-api-paths dependency.

## [1.2.0] - 2019-12-24
### Added
- Add "adminApiPath" option, which allows to change the new API path ("/admin").
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mocks-server/plugin-admin-api",
"version": "1.2.0",
"version": "1.2.1",
"description": "Plugin for Mocks Server. Provides a REST API for administrating settings, fixtures and behaviors",
"keywords": [
"mocks-server-plugin",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@mocks-server/core": "^1.1.0"
},
"dependencies": {
"@mocks-server/admin-api-paths": "1.0.1",
"@mocks-server/admin-api-paths": "1.0.2",
"@hapi/boom": "8.0.1",
"express": "4.17.1"
},
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.organization=mocks-server
sonar.projectKey=mocks-server-plugin-admin-api
sonar.projectVersion=1.2.0
sonar.projectVersion=1.2.1

sonar.javascript.file.suffixes=.js
sonar.sourceEncoding=UTF-8
Expand Down

0 comments on commit 50529f5

Please sign in to comment.