diff --git a/.changeset/small-towns-unite.md b/.changeset/small-towns-unite.md deleted file mode 100644 index 8e6a42a5..00000000 --- a/.changeset/small-towns-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -fix incorrect error message order diff --git a/.changeset/weak-llamas-smash.md b/.changeset/weak-llamas-smash.md deleted file mode 100644 index 036dcfdb..00000000 --- a/.changeset/weak-llamas-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -enhance multiclient logging diff --git a/CHANGELOG.md b/CHANGELOG.md index 17384cbe..728b8c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # chainlink-deployments-framework +## 0.1.1 + +### Patch Changes + +- [#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 + +- [#83](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/83) [`a3b78c6`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/a3b78c6e1caa60a0dac056f5af2678fa44802831) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - enhance multiclient logging + ## 0.1.0 ### Minor Changes diff --git a/package.json b/package.json index 7f6a6443..65991708 100644 --- a/package.json +++ b/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": {