Skip to content

Commit ad5889b

Browse files
chore(release): 3.1.1 semantic
1 parent ffa636b commit ad5889b

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+
## [3.1.1](https://github.com/sourcefuse/loopback4-notifications/compare/v3.1.0...v3.1.1) (2022-06-17)
2+
13
# [3.1.0](https://github.com/sourcefuse/loopback4-notifications/compare/v3.0.4...v3.1.0) (2022-05-26)
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-notifications",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "An extension for setting up various notification mechanisms in loopback4 application, vis-a-vis, Push notification, SMS notification, Email notification",
55
"keywords": [
66
"loopback-extension",
@@ -112,12 +112,19 @@
112112
"master"
113113
],
114114
"plugins": [
115-
["@semantic-release/commit-analyzer", {
116-
"preset":"angular",
117-
"releaseRules" : [
118-
{"type": "chore", "scope":"deps","release":"patch"}
119-
]
120-
}],
115+
[
116+
"@semantic-release/commit-analyzer",
117+
{
118+
"preset": "angular",
119+
"releaseRules": [
120+
{
121+
"type": "chore",
122+
"scope": "deps",
123+
"release": "patch"
124+
}
125+
]
126+
}
127+
],
121128
"@semantic-release/release-notes-generator",
122129
"@semantic-release/changelog",
123130
"@semantic-release/npm",

0 commit comments

Comments
 (0)