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 e872e81 commit 9fd5d42Copy full SHA for 9fd5d42
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## 0.3.1 (2021-11-01)
2
+
3
4
+### Bug Fixes
5
6
+* **common**: resolver order (e872e8121e824d8c1c7cb73f74d0861767254525)
7
+ > The weighting of flag values changed from `flags > config > env-vars` to
8
+ > `flags > env-vars > config`. This means values from flags overwrite
9
+ > values from env-vars which overwrite values from config.
10
11
12
13
## 0.3.0 (2021-08-11)
14
15
0 commit comments