From 62addc6ce5a45a48ee224fa87749dd7252d92f4d Mon Sep 17 00:00:00 2001 From: Steve Baker <_steve_@outlook.com> Date: Wed, 16 May 2018 21:29:25 +0200 Subject: [PATCH] v1.9.1 --- CHANGELOG.md | 2 +- README.md | 6 +++++- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72665e2..f328e10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ See also [https://github.com/stkb/vscode-rewrap/releases](https://github.com/stkb/vscode-rewrap/releases) (for working links to issues) -## Unreleased +### 1.9.1 The new setting `rewrap.autoWrap.enabled` can now be used to ensure this feature is enabled in new installations (#87). Apart from that, the feature and the diff --git a/README.md b/README.md index 732804f..c053085 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -**Latest version: 1.9.0.** New in this version ([full +**Latest version: 1.9.1.** New in this version ([full changelog](https://github.com/stkb/vscode-rewrap/releases)): +The new setting `rewrap.autoWrap.enabled` can now be used to ensure this feature +is enabled in new installations ([#87](https://github.com/stkb/Rewrap/issues/87)) + +New in 1.9.0: - Support East Asian (CJK) languages - Support HCL/Terraform config files diff --git a/package.json b/package.json index 8cfd9ec..9da4627 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "fill", "multi-root ready" ], - "version": "1.9.0", + "version": "1.9.1", "publisher": "stkb", "icon": "images/logo.png", "repository": {