Skip to content

Commit d574673

Browse files
chore(release): 6.1.4 semantic
1 parent db7b408 commit d574673

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [6.1.4](https://github.com/sourcefuse/loopback4-authentication/compare/v6.1.3...v6.1.4) (2022-06-15)
2+
13
## [6.1.3](https://github.com/sourcefuse/loopback4-authentication/compare/v6.1.2...v6.1.3) (2022-06-03)
24

35

package.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback4-authentication",
3-
"version": "6.1.3",
3+
"version": "6.1.4",
44
"description": "A loopback-next extension for authentication feature. Oauth strategies supported.",
55
"keywords": [
66
"loopback-extension",
@@ -127,12 +127,19 @@
127127
"master"
128128
],
129129
"plugins": [
130-
["@semantic-release/commit-analyzer", {
131-
"preset":"angular",
132-
"releaseRules" : [
133-
{"type": "chore", "scope":"deps","release":"patch"}
134-
]
135-
}],
130+
[
131+
"@semantic-release/commit-analyzer",
132+
{
133+
"preset": "angular",
134+
"releaseRules": [
135+
{
136+
"type": "chore",
137+
"scope": "deps",
138+
"release": "patch"
139+
}
140+
]
141+
}
142+
],
136143
"@semantic-release/release-notes-generator",
137144
"@semantic-release/changelog",
138145
"@semantic-release/npm",

0 commit comments

Comments
 (0)