.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / CHANGELOG.md
1 ## [1.1.13]
2
3 - Just bumping minor version to accomadate `yarn upgrade` to fix issue reported by `yarn audit`.
4
5 ## [1.1.0]
6
7 - Prettier [1.16](https://prettier.io/blog/2019/01/20/1.16.0.html)
8 - prettier-tslint 0.4.2
9 - Validate the `"prettier"` key in `package.json` using the prettier settings schema
10 - Prettier [1.15](https://prettier.io/blog/2018/11/07/1.15.0.html)
11 - New options: jsxSingleQuote, htmlWhitespaceSensitivity and endOfLine (More info in readme).