Skip to content

Commit 0020331

Browse files
chore(release): 2.6.1 [skip ci]
## [2.6.1](v2.6.0...v2.6.1) (2021-03-14)
1 parent ad416da commit 0020331

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [2.6.1](https://github.com/stalniy/bdd-lazy-var/compare/v2.6.0...v2.6.1) (2021-03-14)
2+
13
# [2.6.0](https://github.com/stalniy/bdd-lazy-var/compare/v2.5.5...v2.6.0) (2020-12-10)
24

35

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bdd-lazy-var",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"author": "Sergii Stotskyi",
55
"description": "Provides \"ui\" for testing frameworks such as mocha/jasmine which allows to define lazy variables and subjects",
66
"license": "MIT",
@@ -130,12 +130,23 @@
130130
"master"
131131
],
132132
"plugins": [
133-
["@semantic-release/commit-analyzer", {
134-
"releaseRules": [
135-
{ "type": "chore", "scope": "deps", "release": "patch" },
136-
{ "type": "docs", "scope": "README", "release": "patch" }
137-
]
138-
}],
133+
[
134+
"@semantic-release/commit-analyzer",
135+
{
136+
"releaseRules": [
137+
{
138+
"type": "chore",
139+
"scope": "deps",
140+
"release": "patch"
141+
},
142+
{
143+
"type": "docs",
144+
"scope": "README",
145+
"release": "patch"
146+
}
147+
]
148+
}
149+
],
139150
"@semantic-release/release-notes-generator",
140151
"@semantic-release/changelog",
141152
"@semantic-release/npm",

0 commit comments

Comments
 (0)