Skip to content

Commit

Permalink
chore(release): 2.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.6.1](v2.6.0...v2.6.1) (2021-03-14)
  • Loading branch information
semantic-release-bot committed Mar 14, 2021
1 parent ad416da commit 0020331
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [2.6.1](https://github.com/stalniy/bdd-lazy-var/compare/v2.6.0...v2.6.1) (2021-03-14)

# [2.6.0](https://github.com/stalniy/bdd-lazy-var/compare/v2.5.5...v2.6.0) (2020-12-10)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 18 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bdd-lazy-var",
"version": "2.6.0",
"version": "2.6.1",
"author": "Sergii Stotskyi",
"description": "Provides \"ui\" for testing frameworks such as mocha/jasmine which allows to define lazy variables and subjects",
"license": "MIT",
Expand Down Expand Up @@ -130,12 +130,23 @@
"master"
],
"plugins": [
["@semantic-release/commit-analyzer", {
"releaseRules": [
{ "type": "chore", "scope": "deps", "release": "patch" },
{ "type": "docs", "scope": "README", "release": "patch" }
]
}],
[
"@semantic-release/commit-analyzer",
{
"releaseRules": [
{
"type": "chore",
"scope": "deps",
"release": "patch"
},
{
"type": "docs",
"scope": "README",
"release": "patch"
}
]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
Expand Down

0 comments on commit 0020331

Please sign in to comment.