aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md23
1 files changed, 19 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9674123..39369c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,26 @@
# Change Log
-## [0.1.3](https://github.com/prettier/vim-prettier/tree/0.1.3) (2017-09-30)
-[Full Changelog](https://github.com/prettier/vim-prettier/compare/0.1.2...0.1.3)
+## [Unreleased](https://github.com/prettier/vim-prettier/tree/HEAD)
+
+[Full Changelog](https://github.com/prettier/vim-prettier/compare/0.2.0...HEAD)
**Fixed bugs:**
-- Non javascript parsers were broken due to parser flag been ignored by prettier when using configPrecedence
+- Confused by file type overrides [\#60](https://github.com/prettier/vim-prettier/issues/60)
+
+**Merged pull requests:**
+
+- bug: Fixing config overwrite value for non js by levaraging --stdin-f… [\#61](https://github.com/prettier/vim-prettier/pull/61) ([mitermayer](https://github.com/mitermayer))
+
+## [0.2.0](https://github.com/prettier/vim-prettier/tree/0.2.0) (2017-10-04)
+[Full Changelog](https://github.com/prettier/vim-prettier/compare/0.1.3...0.2.0)
+
+**Fixed bugs:**
+
+- `--parser` with value `postcss` is deprecated [\#59](https://github.com/prettier/vim-prettier/issues/59)
+
+## [0.1.3](https://github.com/prettier/vim-prettier/tree/0.1.3) (2017-09-30)
+[Full Changelog](https://github.com/prettier/vim-prettier/compare/0.1.2...0.1.3)
## [0.1.2](https://github.com/prettier/vim-prettier/tree/0.1.2) (2017-09-26)
[Full Changelog](https://github.com/prettier/vim-prettier/compare/0.1.1...0.1.2)
@@ -207,4 +222,4 @@
## [0.0.1](https://github.com/prettier/vim-prettier/tree/0.0.1) (2017-05-24)
-\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
+\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file