Skip to content

Commit

Permalink
prettierx: version 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brodycj committed Jan 14, 2021
1 parent 57e51d7 commit bdd7911
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +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.15.0-dev
## prettierx 0.15.0

- add --html-void-tags option
- update some dependencies
- @babel/parser -> 7.12.11
- cjk-regex -> 2.0.1
- globby -> 11.0.2
- graphql -> 15.4.0
- html-element-attributes -> 2.3.0

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

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.15.0-dev",
"version": "0.15.0",
"description": "prettierx - less opinionated code formatter fork of prettier",
"bin": "./bin/prettierx.js",
"repository": "brodybits/prettierx",
Expand Down

0 comments on commit bdd7911

Please sign in to comment.