Skip to content

Commit

Permalink
Release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonto committed Apr 7, 2015
1 parent a00624d commit 7a6f3bb
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@

0.0.7 / 2015-04-07
==================

* Merge pull request #33 from dunglas/patch-1
* Fix Auth0 link in README.md
* Merge pull request #30 from RoberMac/master
* UTF-8 encoding support
* UTF-8 encoding support
* Merge pull request #29 from lopsided/master
* Document how to avoid sending authentication headers for template requests
* Merge pull request #28 from ChtiDkois/patch-1
* Little trick for utf-8 encoding support
* Merge pull request #25 from ntotten/master
* Update and rename LICENSE to LICENSE.txt
* Merge pull request #24 from ntotten/master
* Cleaned license, readme
* Merge pull request #22 from nnjpp/patch-1
* Update bower.json to 0.0.6
* Updated CDN url
* Merge pull request #20 from capesean/master
* Using refresh token & grant type
* Using the refreshToken in the $http call
* Merge pull request #17 from zhuangya/npm-main
* Merge pull request #18 from Graphicnerd/patch-1
* Update README.md
* add main for package.json

0.0.4 / 2014-10-06
==================

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-jwt",
"version": "0.0.6",
"version": "0.0.7",
"description": "Library to help you work with JWTs on AngularJS",
"authors": [
{
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": "angular-jwt",
"version": "0.0.6",
"version": "0.0.7",
"description": "Library to help you work with JWTs on AngularJS",
"main": "dist/angular-jwt.js",
"author": {
Expand Down

0 comments on commit 7a6f3bb

Please sign in to comment.