From 74223f79dc27bcdd2c4d4bf02807026ef0313673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20B=C3=B6hm?= Date: Thu, 20 Oct 2022 13:29:05 +0200 Subject: [PATCH] style: restyle changelog file (#9) Just restyle the changelog file. --- .changeset/long-pillows-flash.md | 5 +++++ .prettierrc.cjs | 10 ++++++++++ CHANGELOG.md | 4 +--- 3 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 .changeset/long-pillows-flash.md diff --git a/.changeset/long-pillows-flash.md b/.changeset/long-pillows-flash.md new file mode 100644 index 0000000..6fdf3b9 --- /dev/null +++ b/.changeset/long-pillows-flash.md @@ -0,0 +1,5 @@ +--- +'@mheob/changeset-changelog': patch +--- + +Fix current changelog styling diff --git a/.prettierrc.cjs b/.prettierrc.cjs index a9a248a..e932619 100644 --- a/.prettierrc.cjs +++ b/.prettierrc.cjs @@ -1,3 +1,13 @@ module.exports = { ...require('@mheob/prettier-config'), + + overrides: [ + { + files: '*.md', + options: { + printWidth: 999, + proseWrap: 'preserve', + }, + }, + ], }; diff --git a/CHANGELOG.md b/CHANGELOG.md index f09a5d8..6f4d439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,4 @@ ### Major Changes -- Initial creation of the package --> ([#1](https://github.com/mheob/changeset-changelog/pull/1)) - [`57d3b5`](https://github.com/mheob/changeset-changelog/commit/57d3b5c57cf4126c0fdd54d10d51969fe5280fa7) by - [@mheob](https://github.com/mheob)) +- Initial creation of the package --> ([#1](https://github.com/mheob/changeset-changelog/pull/1)) [`57d3b5`](https://github.com/mheob/changeset-changelog/commit/57d3b5c57cf4126c0fdd54d10d51969fe5280fa7) by [@mheob](https://github.com/mheob)