aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2017-10-07 00:18:13 -0700
committermitermayer <mitermayer.reis@gmail.com>2017-10-07 00:18:13 -0700
commitd017ff2f1e75185fda076591fb761da13a770d96 (patch)
treef61889a15d96bfa3917582969cb2b3523d90518c
parenta02e63d92bdbf91f85c7e02afa1fa6301c886daf (diff)
downloadvim-prettier-d017ff2f1e75185fda076591fb761da13a770d96.tar.xz
updating changelog
-rw-r--r--CHANGELOG.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39369c6..fa253f3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,14 +2,23 @@
## [Unreleased](https://github.com/prettier/vim-prettier/tree/HEAD)
-[Full Changelog](https://github.com/prettier/vim-prettier/compare/0.2.0...HEAD)
+[Full Changelog](https://github.com/prettier/vim-prettier/compare/0.2.1...HEAD)
+
+**Merged pull requests:**
+
+- bugfix: Fixing auto command params to use extensions instead of magic [\#64](https://github.com/prettier/vim-prettier/pull/64) ([mitermayer](https://github.com/mitermayer))
+
+## [0.2.1](https://github.com/prettier/vim-prettier/tree/0.2.1) (2017-10-07)
+[Full Changelog](https://github.com/prettier/vim-prettier/compare/0.2.0...0.2.1)
**Fixed bugs:**
+- Overwrites Buffer1 with contents of Buffer2 [\#62](https://github.com/prettier/vim-prettier/issues/62)
- Confused by file type overrides [\#60](https://github.com/prettier/vim-prettier/issues/60)
**Merged pull requests:**
+- bugfix: fixing race condition incorrect buffer formating [\#63](https://github.com/prettier/vim-prettier/pull/63) ([mitermayer](https://github.com/mitermayer))
- 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)