aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2017-12-08 14:00:04 -0800
committermitermayer <mitermayer.reis@gmail.com>2017-12-08 14:00:04 -0800
commit0ff53bc7cc03e62309eba7bdad3f44b4527502ad (patch)
treec3b608767381a8a06594c2c1578e12bcb674fc06
parentb29d4f6bcbf5b1c72efeddf9feb74aaab86548a1 (diff)
downloadvim-prettier-0ff53bc7cc03e62309eba7bdad3f44b4527502ad.tar.xz
Updating changelog for 0.2.6
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7782011..95cbfd7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Change Log
+## [0.2.6](https://github.com/prettier/vim-prettier/tree/0.2.6) (2017-12-08)
+[Full Changelog](https://github.com/prettier/vim-prettier/compare/0.2.5...0.2.6)
+
+**Closed issues:**
+
+- Single quote option not working [\#84](https://github.com/prettier/vim-prettier/issues/84)
+- no semicolon not working [\#83](https://github.com/prettier/vim-prettier/issues/83)
+- Slow [\#82](https://github.com/prettier/vim-prettier/issues/82)
+
+**Merged pull requests:**
+
+- Bumping prettier dep to 1.9.1 [\#86](https://github.com/prettier/vim-prettier/pull/86) ([mitermayer](https://github.com/mitermayer))
+- issues-83-and-84 - Fixing prettier 1.9 regression [\#85](https://github.com/prettier/vim-prettier/pull/85) ([mitermayer](https://github.com/mitermayer))
+
## [0.2.5](https://github.com/prettier/vim-prettier/tree/0.2.5) (2017-11-08)
[Full Changelog](https://github.com/prettier/vim-prettier/compare/0.2.4...0.2.5)