Skip to content

Commit 8392c66

Browse files
chore(release): 4.1.1 semantic
1 parent d1832bf commit 8392c66

2 files changed

Lines changed: 16 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [4.1.1](https://github.com/sourcefuse/loopback4-vault/compare/v4.1.0...v4.1.1) (2022-06-17)
2+
13
# [4.1.0](https://github.com/sourcefuse/loopback4-vault/compare/v4.0.3...v4.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": "@sourceloop/vault",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "An extension for HashiCorp's Vault in loopback-next",
55
"keywords": [
66
"loopback-extension",
@@ -90,12 +90,19 @@
9090
"master"
9191
],
9292
"plugins": [
93-
["@semantic-release/commit-analyzer", {
94-
"preset":"angular",
95-
"releaseRules" : [
96-
{"type": "chore", "scope":"deps","release":"patch"}
97-
]
98-
}],
93+
[
94+
"@semantic-release/commit-analyzer",
95+
{
96+
"preset": "angular",
97+
"releaseRules": [
98+
{
99+
"type": "chore",
100+
"scope": "deps",
101+
"release": "patch"
102+
}
103+
]
104+
}
105+
],
99106
"@semantic-release/release-notes-generator",
100107
"@semantic-release/changelog",
101108
"@semantic-release/npm",

0 commit comments

Comments
 (0)