Skip to content

Commit 3efd912

Browse files
committed
chore(release): 3.4.0 [skip ci]
# [3.4.0](qiwi/multi-semantic-release@v3.3.0...v3.4.0) (2020-07-19) ### Features * add sequential-init flag to avoid hypothetical concurrent initialization collisions ([348678e](qiwi/multi-semantic-release@348678e))
1 parent 348678e commit 3efd912

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.4.0](https://github.com/qiwi/multi-semantic-release/compare/v3.3.0...v3.4.0) (2020-07-19)
2+
3+
4+
### Features
5+
6+
* add sequential-init flag to avoid hypothetical concurrent initialization collisions ([348678e](https://github.com/qiwi/multi-semantic-release/commit/348678ef1997ec914c0471bd60e47b987244ba54))
7+
18
# [3.3.0](https://github.com/qiwi/multi-semantic-release/compare/v3.2.0...v3.3.0) (2020-07-17)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@qiwi/multi-semantic-release",
33
"author": "Dave Houlbrooke <dave@shax.com>",
4-
"version": "3.3.0",
4+
"version": "3.4.0",
55
"license": "0BSD",
66
"engines": {
77
"node": ">=10.18",

0 commit comments

Comments
 (0)