Skip to content

Commit e5deb1d

Browse files
chore(release): 5.0.6 semantic
1 parent bf90ade commit e5deb1d

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+
## [5.0.6](https://github.com/sourcefuse/loopback4-authorization/compare/v5.0.5...v5.0.6) (2022-06-17)
2+
13
## [5.0.5](https://github.com/sourcefuse/loopback4-authorization/compare/v5.0.4...v5.0.5) (2022-05-30)
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-authorization",
3-
"version": "5.0.5",
3+
"version": "5.0.6",
44
"description": "An authorization extension for loopback-next applications",
55
"keywords": [
66
"loopback-extension",
@@ -97,12 +97,19 @@
9797
"master"
9898
],
9999
"plugins": [
100-
["@semantic-release/commit-analyzer", {
101-
"preset":"angular",
102-
"releaseRules" : [
103-
{"type": "chore", "scope":"deps","release":"patch"}
104-
]
105-
}],
100+
[
101+
"@semantic-release/commit-analyzer",
102+
{
103+
"preset": "angular",
104+
"releaseRules": [
105+
{
106+
"type": "chore",
107+
"scope": "deps",
108+
"release": "patch"
109+
}
110+
]
111+
}
112+
],
106113
"@semantic-release/release-notes-generator",
107114
"@semantic-release/changelog",
108115
"@semantic-release/npm",

0 commit comments

Comments
 (0)