Skip to content

Commit

Permalink
Release v1.5.1 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored May 25, 2021
1 parent cc420f1 commit eaecf5c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion projects/auth0-angular/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/auth0-angular/src/useragent.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default { name: '@auth0/auth0-angular', version: '1.5.0' };
export default { name: '@auth0/auth0-angular', version: '1.5.1' };

0 comments on commit eaecf5c

Please sign in to comment.