Skip to content

Commit

Permalink
style: restyle changelog file (#9)
Browse files Browse the repository at this point in the history
Just restyle the changelog file.
  • Loading branch information
mheob authored Oct 20, 2022
1 parent a7dabc4 commit 74223f7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/long-pillows-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@mheob/changeset-changelog': patch
---

Fix current changelog styling
10 changes: 10 additions & 0 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
module.exports = {
...require('@mheob/prettier-config'),

overrides: [
{
files: '*.md',
options: {
printWidth: 999,
proseWrap: 'preserve',
},
},
],
};
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 74223f7

Please sign in to comment.