Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2020-08-21)

### Bug Fixes

* this._signinStart is not a function ([20b1e57](20b1e57)), closes [#173](#173)
  • Loading branch information
semantic-release-bot committed Aug 21, 2020
1 parent b743109 commit bfb0730
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.

## [1.0.1](https://github.com/bjerkio/oidc-react/compare/v1.0.0...v1.0.1) (2020-08-21)


### Bug Fixes

* this._signinStart is not a function ([20b1e57](https://github.com/bjerkio/oidc-react/commit/20b1e57b1b8a15276a04498081560ccce03e0c73)), closes [#173](https://github.com/bjerkio/oidc-react/issues/173)

# 1.0.0 (2020-08-20)


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

0 comments on commit bfb0730

Please sign in to comment.