chore(release): 1.13.4

master
Ika 2018-06-01 19:59:12 +08:00
parent b55997eb3d
commit dfefe259db
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# 1.13.4
[link](https://github.com/prettier/prettier/compare/1.13.3...1.13.4)
- Fix a regression when printing graphql-in-js ([#4616](https://github.com/prettier/prettier/pull/4616))
# 1.13.3
[link](https://github.com/prettier/prettier/compare/1.13.2...1.13.3)

View File

@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "1.13.3",
"version": "1.13.4",
"description": "Prettier is an opinionated code formatter",
"bin": {
"prettier": "./bin/prettier.js"