Skip to content

Commit cdbccd8

Browse files
chore(release): 7.0.0 semantic
1 parent f326b85 commit cdbccd8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [7.0.0](https://github.com/sourcefuse/loopback4-authentication/compare/v6.1.5...v7.0.0) (2022-07-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **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)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **provider:** changed the verify function signature
12+
113
## [6.1.5](https://github.com/sourcefuse/loopback4-authentication/compare/v6.1.4...v6.1.5) (2022-07-08)
214

315
## [6.1.4](https://github.com/sourcefuse/loopback4-authentication/compare/v6.1.3...v6.1.4) (2022-06-15)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback4-authentication",
3-
"version": "6.1.5",
3+
"version": "7.0.0",
44
"description": "A loopback-next extension for authentication feature. Oauth strategies supported.",
55
"keywords": [
66
"loopback-extension",

0 commit comments

Comments
 (0)