Skip to content

Commit 53c37e1

Browse files
Bump to v0.3.6
1 parent 9fcb16a commit 53c37e1

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.3.6 (Dicember 03, 2014)
4+
5+
* Broadcast event oauth:tokenDestroy after a logout.
6+
37
## 0.3.5 (November 29, 2014)
48

59
* Remove access token and change directive text to 'logout' when token is expired.

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oauth-ng",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"main": [
55
"dist/oauth-ng.js",
66
"dist/views/templates/default"

dist/oauth-ng.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* oauth-ng - v0.3.5 - 2014-11-29 */
1+
/* oauth-ng - v0.3.6 - 2014-12-03 */
22

33
'use strict';
44

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oauth-ng",
3-
"version": "0.3.2",
3+
"version": "0.3.6",
44
"author": "Andrea Reginato <[email protected]>",
55
"description": "AngularJS Directive for OAuth 2.0",
66
"repository": {

0 commit comments

Comments
 (0)