Skip to content

Commit

Permalink
prettierx: version 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brodycj committed Dec 27, 2020
1 parent 36147fa commit f26fdb0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,17 @@ 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.14.1-dev
## prettierx 0.14.1

[compare prettierx-0.14.0...dev](https://github.com/brodybits/prettierx/compare/prettierx-0.14.0...dev)
- Add tslib to avoid a peerDependencies warning
- Update some dependencies
- @babel/code-frame -> 7.12.11
- @babel/parser -> 7.12.0
- camelcase -> 6.2.0
- lodash -> 4.17.20
- unified -> 9.2.0

[compare prettierx-0.14.0...prettierx-0.14.1](https://github.com/brodybits/prettierx/compare/prettierx-0.14.0...prettierx-0.14.0...prettierx-0.14.1)

## prettierx 0.14.0

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

0 comments on commit f26fdb0

Please sign in to comment.