diff --git a/.changeset/ninety-boxes-vanish.md b/.changeset/ninety-boxes-vanish.md deleted file mode 100644 index a9b24828c..000000000 --- a/.changeset/ninety-boxes-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"promote-image-ecr": minor ---- - -create promote-image-ecr diff --git a/actions/promote-image-ecr/CHANGELOG.md b/actions/promote-image-ecr/CHANGELOG.md index f20380a1a..7beea5705 100644 --- a/actions/promote-image-ecr/CHANGELOG.md +++ b/actions/promote-image-ecr/CHANGELOG.md @@ -1,5 +1,13 @@ # promote-image-ecr +## 0.2.0 + +### Minor Changes + +- [#1417](https://github.com/smartcontractkit/.github/pull/1417) + [`7ab31df`](https://github.com/smartcontractkit/.github/commit/7ab31df788eaa8341fe649136e069660d61a0e4f) + Thanks [@kdihalas](https://github.com/kdihalas)! - create promote-image-ecr + ## 0.1.0 ### Minor Changes diff --git a/actions/promote-image-ecr/package.json b/actions/promote-image-ecr/package.json index ba1aaafe7..ce5cc53bd 100644 --- a/actions/promote-image-ecr/package.json +++ b/actions/promote-image-ecr/package.json @@ -1,6 +1,6 @@ { "name": "promote-image-ecr", - "version": "0.1.0", + "version": "0.2.0", "description": "", "private": true, "scripts": {},