Skip to content

Commit

Permalink
Merge pull request #2050 from damienbod/feature/release_19_0_0
Browse files Browse the repository at this point in the history
19.0.0
  • Loading branch information
damienbod authored Dec 3, 2024
2 parents 015b6cb + 5d0054a commit dae269c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Angular Lib for OpenID Connect/OAuth2 Changelog

### 2024-12-03 19.0.0

- Angular 19

### 2024-10-12 18.0.2

- Feat: log when provided configId does not exist
Expand Down
2 changes: 1 addition & 1 deletion projects/schematics/src/ng-add/actions/add-dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { NgAddOptions } from '../models/ng-add-options';
const dependenciesToAdd: any[] = [
{
name: 'angular-auth-oidc-client',
version: '18.0.2',
version: '19.0.0',
},
];

Expand Down

0 comments on commit dae269c

Please sign in to comment.