diff --git a/actions/promote-image-ecr/CHANGELOG.md b/actions/promote-image-ecr/CHANGELOG.md new file mode 100644 index 00000000..f20380a1 --- /dev/null +++ b/actions/promote-image-ecr/CHANGELOG.md @@ -0,0 +1,9 @@ +# promote-image-ecr + +## 0.1.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 diff --git a/actions/promote-image-ecr/package.json b/actions/promote-image-ecr/package.json index 6e0b1a5d..ba1aaafe 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.0.0", + "version": "0.1.0", "description": "", "private": true, "scripts": {},