Skip to content

Commit

Permalink
Merge pull request oauthjs#20 from seegno/release/0.0.5
Browse files Browse the repository at this point in the history
0.0.5
  • Loading branch information
thomseddon committed Jun 23, 2014
2 parents 8793980 + ad5b0f3 commit 6fa5405
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changelog

### 0.0.5
- Expose WWW-Authenticate headers correctly on koa response
- Update error handler to support the new base error-inherited version of OAuth2Error
- Update node-oauth2-server dependency from 2.1.1 to 2.2.1

### 0.0.4
- Update node-oauth2-server dependency from 2.0 to 2.1.1

### 0.0.3
- Update node-oauth2-server dependency from 2.x-RC to 2.0 stable

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": "koa-oauth-server",
"version": "0.0.4",
"version": "0.0.5",
"description": "OAuth provider for koa",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6fa5405

Please sign in to comment.