diff --git a/.changeset/bright-clams-fly.md b/.changeset/bright-clams-fly.md deleted file mode 100644 index fd56d98..0000000 --- a/.changeset/bright-clams-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gocs": patch ---- - -Support multiline changelog messages and fix package row indentation under section headers diff --git a/CHANGELOG.md b/CHANGELOG.md index aeff7a3..3aa8399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # gocs +## 0.2.2 + +### Patch Changes + +- [#15](https://github.com/smartcontractkit/gocs/pull/15) [`d7c070b`](https://github.com/smartcontractkit/gocs/commit/d7c070b1997a2f46d1efc7d9160b66e49f7d819b) Thanks [@chainchad](https://github.com/chainchad)! - Support multiline changelog messages and fix package row indentation under section headers + ## 0.2.1 ### Patch Changes diff --git a/package.json b/package.json index 172f2f2..19556b5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "ci:changeset:publish": "pnpm changeset publish", "ci:changeset:version": "pnpm changeset version" }, - "version": "0.2.1", + "version": "0.2.2", "description": "", "repository": { "type": "git",