diff --git a/.changeset/moody-pots-find.md b/.changeset/moody-pots-find.md deleted file mode 100644 index 790cfc3..0000000 --- a/.changeset/moody-pots-find.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -feat: support dynamic execution of operation diff --git a/.changeset/shaky-plums-say.md b/.changeset/shaky-plums-say.md deleted file mode 100644 index 8a6c8e7..0000000 --- a/.changeset/shaky-plums-say.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -Adds a zkSync CTF provider under the EVM Chain diff --git a/CHANGELOG.md b/CHANGELOG.md index a77a07f..dba6635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # chainlink-deployments-framework +## 0.13.0 + +### Minor Changes + +- [#174](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/174) [`4a4f9b2`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/4a4f9b2d9e0ff5e45f89e609379d470c28f0bc93) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat: support dynamic execution of operation + +- [#166](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/166) [`f5a2ca9`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/f5a2ca9248e22b653a723f75b2a55f7e37675312) Thanks [@jkongie](https://github.com/jkongie)! - Adds a zkSync CTF provider under the EVM Chain + ## 0.12.1 ### Patch Changes diff --git a/package.json b/package.json index 283d83a..270ef5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.12.1", + "version": "0.13.0", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {