diff --git a/README.md b/README.md index 918ec05..9d10565 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,9 @@ Part of the schema.js code is based in [json-schema-mock]. #### History Log +##### 0.2.5 +- Updates raml-js-parser dependency to the new version + ##### 0.2.4 - The raml-js-parser is now a git+https dependency diff --git a/package.json b/package.json index 9735176..48b7158 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "raml-mocker", - "version": "0.2.4", + "version": "0.2.5", "description": "Node module to create random responses to requests based on RAML rest definition and json-schema.", "main": "src/index.js", "directories": { @@ -36,6 +36,6 @@ "async": "latest", "faker": "^3.1.0", "lodash": "^4.12.0", - "raml-parser": "git+https://github.com/repocho/raml-js-parser.git#features/dereferencing-support-with-circular-references" + "raml-parser": "latest" } }