Skip to content

Commit

Permalink
prettierx: version 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brodycj committed Feb 2, 2021
1 parent 4cf0d16 commit ec7c2f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ To get recent changes on prettier (TBD prettier/prettier) in a nice format:
$ git log --pretty=format:"- %s" rev1..rev2 | sed 's/#\([0-9]*\)/\[prettier\/prettier#\1\]\(https:\/\/github.com\/prettier\/prettier\/pull\/\1\)/'
-- -->

## prettierx 0.17.0-dev
## prettierx 0.17.0

[compare prettierx-0.16.1...dev](https://github.com/brodybits/prettierx/compare/prettierx-0.16.1...dev)
[compare prettierx-0.16.1...prettierx-0.17.0](https://github.com/brodybits/prettierx/compare/prettierx-0.16.1...prettierx-0.17.0)

- Update graphql -> 15.5.0
- replace --no-align-ternary-lines with --offset-ternary-expressions (with updated formatting)
- replace --no-bracket-spacing with finer-grained options
- replace --no-bracket-spacing with finer-grained options
- update some descriptions & some documentation

## prettierx 0.16.1

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettierx",
"version": "0.17.0-dev",
"version": "0.17.0",
"description": "prettierx - less opinionated code formatter fork of prettier",
"bin": "./bin/prettierx.js",
"repository": "brodybits/prettierx",
Expand Down

0 comments on commit ec7c2f8

Please sign in to comment.