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)