diff --git a/README.md b/README.md index edcf142..5c04d4d 100644 --- a/README.md +++ b/README.md @@ -159,9 +159,9 @@ This plugin supports internal references and also references to json files under If you need an example please check [the test schema] -TODO +CONTRIBUTING --- -If you have any improvement please open an issue. If you want to collaborate do not hesitate to request it or do a fork + pull requests. I'll be grateful. +If you have any improvement please open an issue. If you want to collaborate do not hesitate to request it or do a fork + pull request. I'll be grateful. Part of the schema.js code is based in [json-schema-mock]. @@ -177,6 +177,9 @@ Part of the schema.js code is based in [json-schema-mock]. #### History Log +##### 0.2.0 +- Upgrades dependencies + ##### 0.1.13 - Fixes compatibility issues. diff --git a/package.json b/package.json index 694a768..6624864 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "raml-mocker", - "version": "0.1.13", + "version": "0.2.0", "description": "Node module to create random responses to requests based on RAML rest definition and json-schema.", "main": "src/index.js", "directories": {