Skip to content

Commit 3dd8d45

Browse files
chore(release): 5.0.1 semantic
1 parent 271da2e commit 3dd8d45

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
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.1](https://github.com/sourcefuse/loopback4-notifications/compare/v5.0.0...v5.0.1) (2022-09-09)
2+
13
# [5.0.0](https://github.com/sourcefuse/loopback4-notifications/compare/v4.0.1...v5.0.0) (2022-07-18)
24

35

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback4-notifications",
3-
"version": "5.0.0",
3+
"version": "5.0.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",
@@ -133,10 +133,10 @@
133133
"typescript": "~4.7.4"
134134
},
135135
"overrides": {
136-
"publishConfig": {
137-
"registry": "https://registry.npmjs.org/"
138-
}
139-
},
136+
"publishConfig": {
137+
"registry": "https://registry.npmjs.org/"
138+
}
139+
},
140140
"config": {
141141
"commitizen": {
142142
"path": "./node_modules/cz-customizable"

0 commit comments

Comments
 (0)