Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
seng-siong committed Apr 25, 2023
1 parent 67c778c commit 1033c6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# Changelog

## Unreleased
## v1.0.0-beta3 (2023-04-25)

### Changed

- refactor: use `SessionContext` to hold pkce verifier instead of `appState`
- fix: removed unused `meta` argument from `Session.store()`
- fix: improved type definitions for typescript
- fix: "openid" added to scope even if already present. Take in fix from uptream [PR#99](https://github.com/jaredhanson/passport-openidconnect/pull/99).

### Added

- docs: more jsdocs updates
- docs: add constructor parameter description to README

## v1.0.0-beta2 (2023-05-18)
## v1.0.0-beta2 (2023-04-18)

**Note**: Synced to [v0.1.1](https://github.com/jaredhanson/passport-openidconnect/releases/tag/v0.1.1) upstream release.

Expand Down

0 comments on commit 1033c6a

Please sign in to comment.