Skip to content

Commit

Permalink
Merge pull request #1 from solewolf/master
Browse files Browse the repository at this point in the history
Updated baseURL of RandomUser API
  • Loading branch information
KevinTCoughlin committed May 8, 2014
2 parents 266870d + c7652fb commit 677c18a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.1.0 - Updated RandomUser API URL

* Updated API baseURL to new format
- Effectively updates RandomUser's results to the latest version, v0.3

# 1.0.0 - Initial Release

* Get Users with parameters
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function RandomUser() {
}

this.options = {
baseURL: 'http://randomuser.me/g/'
baseURL: 'http://api.randomuser.me/'
};
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"data",
"placeholder"
],
"version": "0.0.9",
"version": "1.1.0",
"author": "Kevin Coughlin <[email protected]>",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 677c18a

Please sign in to comment.