diff --git a/.changeset/blue-schools-kneel.md b/.changeset/blue-schools-kneel.md deleted file mode 100644 index 4dc73dee..00000000 --- a/.changeset/blue-schools-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ci-publish-npm": minor ---- - -Reorder creation of release, add ability to include release notes diff --git a/actions/ci-publish-npm/CHANGELOG.md b/actions/ci-publish-npm/CHANGELOG.md index ced06920..c0cac7b3 100644 --- a/actions/ci-publish-npm/CHANGELOG.md +++ b/actions/ci-publish-npm/CHANGELOG.md @@ -1,5 +1,14 @@ # ci-publish-npm +## 0.3.0 + +### Minor Changes + +- [#190](https://github.com/smartcontractkit/.github/pull/190) + [`c1c2401`](https://github.com/smartcontractkit/.github/commit/c1c2401619141b891a8d4fcba854ced4c05481c2) + Thanks [@erikburt](https://github.com/erikburt)! - Reorder creation of + release, add ability to include release notes + ## 0.2.0 ### Minor Changes diff --git a/actions/ci-publish-npm/package.json b/actions/ci-publish-npm/package.json index 758d75ee..4365f8b1 100644 --- a/actions/ci-publish-npm/package.json +++ b/actions/ci-publish-npm/package.json @@ -1,6 +1,6 @@ { "name": "ci-publish-npm", - "version": "0.2.0", + "version": "0.3.0", "description": "", "private": true, "scripts": {},