Skip to content

Commit b3e0c1a

Browse files
committed
Release 2.1.1
1 parent 767eda7 commit b3e0c1a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/angular-oauth2.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* angular-oauth2 - Angular OAuth2
3-
* @version v2.1.0
3+
* @version v2.1.1
44
* @link https://github.com/seegno/angular-oauth2
55
* @license MIT
66
*/
@@ -243,7 +243,7 @@
243243
},
244244
removeToken: {
245245
value: function removeToken() {
246-
return ipCookie.remove(config.name, config.options);
246+
return ipCookie.remove(config.name, angular.copy(config.options));
247247
},
248248
writable: true,
249249
enumerable: true,

dist/angular-oauth2.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-oauth2",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Angular OAuth2",
55
"main": "./dist/angular-oauth2.js",
66
"repository": {

0 commit comments

Comments
 (0)