We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348678e commit 3efd912Copy full SHA for 3efd912
CHANGELOG.md
@@ -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
8
# [3.3.0](https://github.com/qiwi/multi-semantic-release/compare/v3.2.0...v3.3.0) (2020-07-17)
9
10
package.json
@@ -1,7 +1,7 @@
{
"name": "@qiwi/multi-semantic-release",
"author": "Dave Houlbrooke <dave@shax.com>",
- "version": "3.3.0",
+ "version": "3.4.0",
"license": "0BSD",
"engines": {
"node": ">=10.18",
0 commit comments