Skip to content

Commit

Permalink
0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CiGit committed May 3, 2017
1 parent a6d72c1 commit 028b30d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to the "prettier-vscode" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [0.17.0]
- Bump dependencies.
- `jsx` language support in addition to `javascript` and `javascriptreact`.

## [0.16.0]
- New setting eslintIntegration. Use `prettier-eslint` under the hood.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "prettier-vscode",
"displayName": "Prettier - JavaScript formatter",
"description": "VS Code plugin for prettier/prettier",
"version": "0.16.0",
"version": "0.17.0",
"publisher": "esbenp",
"author": "Esben Petersen <@esbenp>",
"galleryBanner": {
Expand Down

0 comments on commit 028b30d

Please sign in to comment.