Skip to content

Commit

Permalink
chore(release): 3.14.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.14.0](v3.13.2...v3.14.0) (2021-04-13)

### Features

* allow to run prepare steps sequentially ([299748a](299748a))
* check that sequentialPrepare is not enabled on cyclic projects ([68c1198](68c1198))
  • Loading branch information
qiwibot committed Apr 13, 2021
1 parent 68c1198 commit 0b1b6aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [3.14.0](https://github.com/qiwi/multi-semantic-release/compare/v3.13.2...v3.14.0) (2021-04-13)


### Features

* allow to run prepare steps sequentially ([299748a](https://github.com/qiwi/multi-semantic-release/commit/299748adc7d6ca4f25db70557d90a124dd7d9f47))
* check that sequentialPrepare is not enabled on cyclic projects ([68c1198](https://github.com/qiwi/multi-semantic-release/commit/68c1198c395fb00c05fa97db66399f940575c9ee))

## [3.13.2](https://github.com/qiwi/multi-semantic-release/compare/v3.13.1...v3.13.2) (2021-02-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qiwi/multi-semantic-release",
"author": "Dave Houlbrooke <[email protected]>",
"version": "3.13.2",
"version": "3.14.0",
"license": "0BSD",
"engines": {
"node": ">=10.18",
Expand Down

0 comments on commit 0b1b6aa

Please sign in to comment.