diff --git a/.changeset/eleven-apes-hug.md b/.changeset/eleven-apes-hug.md deleted file mode 100644 index 36d27c1c4..000000000 --- a/.changeset/eleven-apes-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@smartcontractkit/mcms": patch ---- - -update TimelockConverter in evm to use non-pointer receiver diff --git a/.changeset/long-snakes-ring.md b/.changeset/long-snakes-ring.md deleted file mode 100644 index 6e6c8c304..000000000 --- a/.changeset/long-snakes-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@smartcontractkit/mcms": minor ---- - -Add TON implementation and unit/e2e tests diff --git a/.changeset/stupid-worlds-marry.md b/.changeset/stupid-worlds-marry.md deleted file mode 100644 index 2e6571774..000000000 --- a/.changeset/stupid-worlds-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@smartcontractkit/mcms": minor ---- - -add timelock converter and inspector helpers diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f5cf357..c643f2da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @smartcontractkit/mcms +## 0.33.0 + +### Minor Changes + +- [#486](https://github.com/smartcontractkit/mcms/pull/486) [`e631525`](https://github.com/smartcontractkit/mcms/commit/e63152532517fa5b45bf3a7b9b9c41dfea36c5a0) Thanks [@krebernisak](https://github.com/krebernisak)! - Add TON implementation and unit/e2e tests + +- [#579](https://github.com/smartcontractkit/mcms/pull/579) [`f3e418e`](https://github.com/smartcontractkit/mcms/commit/f3e418e6dcb3ee60a77d894bbbf0664baab00f74) Thanks [@ecPablo](https://github.com/ecPablo)! - add timelock converter and inspector helpers + +### Patch Changes + +- [#576](https://github.com/smartcontractkit/mcms/pull/576) [`0152e62`](https://github.com/smartcontractkit/mcms/commit/0152e6244da3119717b7cbe979dff046d6270a47) Thanks [@ecPablo](https://github.com/ecPablo)! - update TimelockConverter in evm to use non-pointer receiver + ## 0.32.0 ### Minor Changes diff --git a/package.json b/package.json index d215fe48b..70630c529 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smartcontractkit/mcms", - "version": "0.32.0", + "version": "0.33.0", "description": "Tools/Libraries to Deploy/Manage/Interact with MCMS", "private": true, "scripts": {