diff --git a/.changeset/purple-bears-peel.md b/.changeset/purple-bears-peel.md deleted file mode 100644 index 95b51f39e..000000000 --- a/.changeset/purple-bears-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -fix: handle ports in regexp used to identify public rpc urls diff --git a/CHANGELOG.md b/CHANGELOG.md index 23b6e857c..324304991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # chainlink-deployments-framework +## 0.66.1 + +### Patch Changes + +- [#574](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/574) [`2077cd6`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/2077cd61f5f18d6d9c5c009d30394b4269d1663e) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - fix: handle ports in regexp used to identify public rpc urls + ## 0.66.0 ### Minor Changes diff --git a/package.json b/package.json index bee501a21..9bbd308f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.66.0", + "version": "0.66.1", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {