Skip to content

Commit

Permalink
Release version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
webNeat committed Oct 16, 2017
1 parent 4bb073a commit c22d236
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ When `children` are specified, the following steps are added to the testing sena

# Changelog

- **Version 1.0.2**: README updated.

- **Version 1.0.1**: Passing the mongoose model to `resource` method instead of the model name.

- **Version 1.0.0**: First version with ability to test single routes and REST resources with children.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wajez-api-test",
"version": "1.0.1",
"version": "1.0.2",
"description": "Testing REST API made easy.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit c22d236

Please sign in to comment.