We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee81d2 commit e53d8d0Copy full SHA for e53d8d0
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# chainlink-deployments-framework
2
3
+## 0.1.1
4
+
5
+### Patch Changes
6
7
+- [#81](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/81) [`ba1cd63`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/ba1cd6338dd7e0efc087e579ffe6c2f6dd5d8b3f) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix incorrect error message order
8
9
## 0.1.0
10
11
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "chainlink-deployments-framework",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "A deployment framework for chainlink-deployments ",
"private": true,
"scripts": {
0 commit comments