Skip to content

Commit 735dd67

Browse files
committed
new version
1 parent c087575 commit 735dd67

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## angular-auth-oidc-client Changelog
22

3+
<a name="2017-08-09"></a>
4+
### 2017-08-09 version 1.3.4
5+
* Fix authorization url construction
6+
7+
38
<a name="2017-08-09"></a>
49
### 2017-08-09 version 1.3.3
510
* adding moduleSetup boolean so that the authorization callback can wait until the module is ready

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ or with yarn
3434

3535
or you can add the npm package to your package.json
3636
``` javascript
37-
"angular-auth-oidc-client": "1.3.3"
37+
"angular-auth-oidc-client": "1.3.4"
3838
```
3939

4040
and type

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-auth-oidc-client",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "An OpenID Connect Implicit Flow client for Angular",
55
"main": "./bundles/angular-auth-oidc-client.umd.js",
66
"module": "./modules/angular-auth-oidc-client.es5.js",

0 commit comments

Comments
 (0)