Skip to content

Commit

Permalink
chore(release): 7.0.0 semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 28, 2022
1 parent f326b85 commit cdbccd8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [7.0.0](https://github.com/sourcefuse/loopback4-authentication/compare/v6.1.5...v7.0.0) (2022-07-28)


### Bug Fixes

* **provider:** adding tokens to verify type for azure ([#92](https://github.com/sourcefuse/loopback4-authentication/issues/92)) ([f326b85](https://github.com/sourcefuse/loopback4-authentication/commit/f326b858403f434d5ec5dcf3846448b2476a9844)), closes [#91](https://github.com/sourcefuse/loopback4-authentication/issues/91)


### BREAKING CHANGES

* **provider:** changed the verify function signature

## [6.1.5](https://github.com/sourcefuse/loopback4-authentication/compare/v6.1.4...v6.1.5) (2022-07-08)

## [6.1.4](https://github.com/sourcefuse/loopback4-authentication/compare/v6.1.3...v6.1.4) (2022-06-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": "loopback4-authentication",
"version": "6.1.5",
"version": "7.0.0",
"description": "A loopback-next extension for authentication feature. Oauth strategies supported.",
"keywords": [
"loopback-extension",
Expand Down

0 comments on commit cdbccd8

Please sign in to comment.