Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
### Removed

## [1.3.1] - 2019-01-03
### Fixed
- Change @mocks-server/core peerDependency to ^1.3.0, which is the first one with behavior id property.

## [1.3.0] - 2019-01-03
### Added
- Add property id to behaviors model.
Expand Down
2 changes: 1 addition & 1 deletion 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.3.0",
"version": "1.3.1",
"description": "Plugin for Mocks Server. Provides a REST API for administrating settings, fixtures and behaviors",
"keywords": [
"mocks-server-plugin",
Expand Down Expand Up @@ -32,7 +32,7 @@
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"peerDependencies": {
"@mocks-server/core": "^1.1.0"
"@mocks-server/core": "^1.3.0"
},
"dependencies": {
"@mocks-server/admin-api-paths": "1.0.2",
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.3.0
sonar.projectVersion=1.3.1

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