Skip to content

Commit eaecf5c

Browse files
Release v1.5.1 (#161)
1 parent cc420f1 commit eaecf5c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [v1.5.1](https://github.com/auth0/auth0-angular/tree/v1.5.1) (2021-05-25)
4+
5+
[Full Changelog](https://github.com/auth0/auth0-angular/compare/v1.5.0...v1.5.1)
6+
7+
**Changed**
8+
9+
- Modified the allowed Angular version range to accept Angular 12 [\#158](https://github.com/auth0/auth0-angular/pull/158) ([frederikprijck](https://github.com/frederikprijck))
10+
311
## [v1.5.0](https://github.com/auth0/auth0-angular/tree/v1.5.0) (2021-05-06)
412

513
[Full Changelog](https://github.com/auth0/auth0-angular/compare/v1.4.1...v1.5.0)

projects/auth0-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth0/auth0-angular",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Auth0 SDK for Angular Single Page Applications (SPA)",
55
"keywords": [
66
"auth0",
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default { name: '@auth0/auth0-angular', version: '1.5.0' };
1+
export default { name: '@auth0/auth0-angular', version: '1.5.1' };

0 commit comments

Comments
 (0)