Skip to content

Commit

Permalink
chore(main): release 3.1.0 (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjerk-bot committed Apr 21, 2023
1 parent 5e5ef61 commit 4ddcae6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.4"
".": "3.1.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.0](https://github.com/bjerkio/oidc-react/compare/v3.0.4...v3.1.0) (2023-04-21)


### Features

* add `metadata` parameter to AuthContext ([1e6703b](https://github.com/bjerkio/oidc-react/commit/1e6703b11a8eda0ced7e76cd9e8a27b5abb902f9))

## [3.0.4](https://github.com/bjerkio/oidc-react/compare/oidc-react-v3.0.4...oidc-react-v3.0.4) (2023-04-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oidc-react",
"version": "3.0.4",
"version": "3.1.0",
"private": false,
"description": "OpenID Connect Authentication for React. Supports Hooks 馃殌",
"repository": "github:bjerkio/oidc-react",
Expand Down

0 comments on commit 4ddcae6

Please sign in to comment.