Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](qiwi/multi-semantic-release@v4.0.3...v5.0.0) (2022-03-04)

### Features

* enable `sequentialPrepare` flag by default ([ad7e81f](qiwi/multi-semantic-release@ad7e81f))

### BREAKING CHANGES

* sequentialPrepare is set to true, to disable pass `--no-sequential-prepare` option
  • Loading branch information
qiwibot committed Mar 4, 2022
1 parent ad7e81f commit 9d9fce4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [5.0.0](https://github.com/qiwi/multi-semantic-release/compare/v4.0.3...v5.0.0) (2022-03-04)


### Features

* enable `sequentialPrepare` flag by default ([ad7e81f](https://github.com/qiwi/multi-semantic-release/commit/ad7e81f2e30b7673444dc31f39381b20afdf54bc))


### BREAKING CHANGES

* sequentialPrepare is set to true, to disable pass `--no-sequential-prepare` option

## [4.0.3](https://github.com/qiwi/multi-semantic-release/compare/v4.0.2...v4.0.3) (2022-03-01)


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 <dave@shax.com>",
"version": "4.0.3",
"version": "5.0.0",
"license": "0BSD",
"engines": {
"node": ">=10.18",
Expand Down

0 comments on commit 9d9fce4

Please sign in to comment.