Skip to content

Commit

Permalink
prettierx: version 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brodybits committed Jul 14, 2020
1 parent 359f011 commit 78999bb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Expand Up @@ -8,9 +8,20 @@ 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.12.1-dev
## prettierx 0.12.1

[compare prettierx-0.12.0...dev](https://github.com/brodybits/prettierx/compare/prettierx-0.12.0...dev)
- update some dependencies
- @babel/code-frame -> 7.10.4
- @babel/parser -> 7.10.4
- @iarna/toml -> 2.2.5
- angular-html-parser -> 1.7.1
- Update chalk -> 4.1.0
- escape-string-regexp -> 4.0.0
- graphql -> 15.3.0
- postcss-scss -> 2.1.1
- add yaml note to package.json

[compare prettierx-0.12.0...prettierx-0.12.1](https://github.com/brodybits/prettierx/compare/prettierx-0.12.0...prettierx-0.12.1)

## prettierx 0.12.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "prettierx",
"version": "0.12.1-dev",
"version": "0.12.1",
"description": "prettierx - less opinionated code formatter fork of prettier",
"bin": {
"prettierx": "./bin/prettierx.js"
Expand Down

0 comments on commit 78999bb

Please sign in to comment.