diff --git a/.changeset/famous-bikes-wash.md b/.changeset/famous-bikes-wash.md deleted file mode 100644 index 540f72483..000000000 --- a/.changeset/famous-bikes-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -fix: preserve json number accuracy on marshal and unmarshal diff --git a/.changeset/smooth-heads-jam.md b/.changeset/smooth-heads-jam.md deleted file mode 100644 index 33827ec97..000000000 --- a/.changeset/smooth-heads-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -chore: use mcms chainwrappers helpers diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f4ab0287..11fcdea01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # chainlink-deployments-framework +## 0.86.2 + +### Patch Changes + +- [#851](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/851) [`98b91fb`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/98b91fbe957be50515d373f9ed60d1e57e784237) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix: preserve json number accuracy on marshal and unmarshal + +- [#847](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/847) [`fa1639e`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/fa1639e74a340818933a3d3e292d5532c363e6c5) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - chore: use mcms chainwrappers helpers + ## 0.86.1 ### Patch Changes diff --git a/package.json b/package.json index eee9d4400..9cb61e3ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.86.1", + "version": "0.86.2", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {