From eaecf5c7fc49d0eedd3fcc3cd0bfe39391acdc2b Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Tue, 25 May 2021 11:44:09 +0200 Subject: [PATCH] Release v1.5.1 (#161) --- CHANGELOG.md | 8 ++++++++ projects/auth0-angular/package.json | 2 +- projects/auth0-angular/src/useragent.ts | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdc07710..eac4e864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v1.5.1](https://github.com/auth0/auth0-angular/tree/v1.5.1) (2021-05-25) + +[Full Changelog](https://github.com/auth0/auth0-angular/compare/v1.5.0...v1.5.1) + +**Changed** + +- Modified the allowed Angular version range to accept Angular 12 [\#158](https://github.com/auth0/auth0-angular/pull/158) ([frederikprijck](https://github.com/frederikprijck)) + ## [v1.5.0](https://github.com/auth0/auth0-angular/tree/v1.5.0) (2021-05-06) [Full Changelog](https://github.com/auth0/auth0-angular/compare/v1.4.1...v1.5.0) diff --git a/projects/auth0-angular/package.json b/projects/auth0-angular/package.json index 7dc4e4b8..975d9dfa 100644 --- a/projects/auth0-angular/package.json +++ b/projects/auth0-angular/package.json @@ -1,6 +1,6 @@ { "name": "@auth0/auth0-angular", - "version": "1.5.0", + "version": "1.5.1", "description": "Auth0 SDK for Angular Single Page Applications (SPA)", "keywords": [ "auth0", diff --git a/projects/auth0-angular/src/useragent.ts b/projects/auth0-angular/src/useragent.ts index 77d56be8..e3ceca0b 100644 --- a/projects/auth0-angular/src/useragent.ts +++ b/projects/auth0-angular/src/useragent.ts @@ -1 +1 @@ -export default { name: '@auth0/auth0-angular', version: '1.5.0' }; +export default { name: '@auth0/auth0-angular', version: '1.5.1' };