Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Commit

Permalink
Bumped version to v0.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
typerandom committed Oct 7, 2015
1 parent 4a3df04 commit fa2e694
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# stormpath-sdk-node Change Log

### 0.13.0

- Configuration is now loaded all async.
- Added tests for configuration.
- Added getters and setters for access tokens and refresh tokens.
- Added `Account.getAccessTokens()`, `Client.getAccessToken()`, and `Account.getRefreshTokens()`.

### 0.12.2

- Supporting LinkedIn configuration options.
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": "stormpath",
"version": "0.12.2",
"version": "0.13.0",
"main": "lib/stormpath.js",
"description": "Official Stormpath SDK for Node.js",
"keywords": [
Expand Down

0 comments on commit fa2e694

Please sign in to comment.