diff --git a/.changeset/icy-ants-pull.md b/.changeset/icy-ants-pull.md deleted file mode 100644 index eed6d6fd..00000000 --- a/.changeset/icy-ants-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cre-cli": patch ---- - -Changeset test PR diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..e7e422fd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# cre-cli + +## 1.8.1 + +### Patch Changes + +- [#333](https://github.com/smartcontractkit/cre-cli/pull/333) [`e6c2be1`](https://github.com/smartcontractkit/cre-cli/commit/e6c2be1c8ec1dfb635698b6731bbf11ca7c9ee67) Thanks [@timothyF95](https://github.com/timothyF95)! - Changeset test PR diff --git a/package.json b/package.json index 0ec85327..64a9c85c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cre-cli", "private": true, - "version": "1.8.0", + "version": "1.8.1", "scripts": { "ci:changeset:publish": "sh ./scripts/tag-and-push.sh", "ci:changeset:version": "pnpm changeset version"