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 4cd81c7 commit a365c46Copy full SHA for a365c46
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# chainlink-deployments-framework
2
3
+## 0.71.0
4
+
5
+### Minor Changes
6
7
+- [#604](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/604) [`c0b7401`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/c0b740129be9c1c5f20f38899a7afd154dc75eed) Thanks [@ecPablo](https://github.com/ecPablo)! - add error decode command
8
9
## 0.70.0
10
11
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "chainlink-deployments-framework",
- "version": "0.70.0",
+ "version": "0.71.0",
"description": "A deployment framework for chainlink-deployments ",
"private": true,
"scripts": {
0 commit comments