Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.8 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.8](v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-08-20)

### Features

* add client_secret ([151a494](151a494))
* re-export User and UserManager ([a2fdf39](a2fdf39))
  • Loading branch information
semantic-release-bot committed Aug 20, 2020
1 parent edfcc19 commit f6cf123
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.8](https://github.com/bjerkio/oidc-react/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-08-20)


### Features

* add client_secret ([151a494](https://github.com/bjerkio/oidc-react/commit/151a494a0faf48483086ce75435ab033335c54ca))
* re-export User and UserManager ([a2fdf39](https://github.com/bjerkio/oidc-react/commit/a2fdf39c88dadfe28e8f605ddfc5825c294a017b))

# [1.0.0-alpha.7](https://github.com/bjerkio/oidc-react/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-05-15)


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": "1.0.0-alpha.7",
"version": "1.0.0-alpha.8",
"private": false,
"description": "",
"main": "build/src/index.js",
Expand Down

0 comments on commit f6cf123

Please sign in to comment.