Skip to content

Commit

Permalink
Updates to release a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
repocho committed Aug 25, 2016
1 parent 2bc377d commit 4f52101
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ Part of the schema.js code is based in [json-schema-mock].

#### History Log

##### 0.2.6
- Adds parserOptions (e.g. dereferenceSchemas by default is true)
- Adds support for baseUriParameters.

##### 0.2.5
- Updates raml-js-parser dependency to the new version

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raml-mocker",
"version": "0.2.5",
"version": "0.2.6",
"description": "Node module to create random responses to requests based on RAML rest definition and json-schema.",
"main": "src/index.js",
"directories": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"async": "latest",
"faker": "^3.1.0",
"lodash": "^4.12.0",
"lodash": "^4.15.0",
"raml-parser": "latest"
}
}

0 comments on commit 4f52101

Please sign in to comment.