Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gierschv committed Oct 15, 2013
1 parent 02fa240 commit 595db9b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules/
.DS_Store
./auth
/auth
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.1

* Fix initial value for apiTimeDiff (gierschv/node-ovh#1)
* Include auth API for /auth/time if `usedApi` parameter is defined
* Fix duplicate call of warning function

## 1.0.0

* WS are not supported anymore
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ovh",
"version": "1.0.0",
"version": "1.0.1",
"description": "A helper library to use OVH.com REST API (v6)",
"homepage": "https://github.com/gierschv/node-ovh",
"author": "Vincent Giersch <[email protected]>",
Expand Down

0 comments on commit 595db9b

Please sign in to comment.