diff --git a/.changeset/goofy-sloths-rhyme.md b/.changeset/goofy-sloths-rhyme.md deleted file mode 100644 index d663fd3f..00000000 --- a/.changeset/goofy-sloths-rhyme.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -fix incorrect package name for contracts/mcms - diff --git a/.changeset/small-eagles-own.md b/.changeset/small-eagles-own.md deleted file mode 100644 index 5abd5cce..00000000 --- a/.changeset/small-eagles-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -(feat) Support in memory catalog deletes and save keys for later deleting them from the catalog diff --git a/.changeset/spotty-wings-slide.md b/.changeset/spotty-wings-slide.md deleted file mode 100644 index 5cac9c48..00000000 --- a/.changeset/spotty-wings-slide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -feat: add DataStore and BlockChains to HookEnv type diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d8881c..e8344b92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # chainlink-deployments-framework +## 0.100.0 + +### Minor Changes + +- [#961](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/961) [`2bb6275`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/2bb6275da0f4d270c33527e276c51a5cb787d7f0) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix incorrect package name for contracts/mcms + +- [#954](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/954) [`d0d1079`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/d0d1079692fd969f81031c5cd5db0ad1bac0c53c) Thanks [@DimitriosNaikopoulos](https://github.com/DimitriosNaikopoulos)! - (feat) Support in memory catalog deletes and save keys for later deleting them from the catalog + +- [#959](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/959) [`4c845fb`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/4c845fbda91add525c03da2e7d362a1c83aff3a6) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - feat: add DataStore and BlockChains to HookEnv type + ## 0.99.0 ### Minor Changes diff --git a/package.json b/package.json index 7e72c940..7cc69460 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.99.0", + "version": "0.100.0", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {