From 65fd6bf0cbd98fcbd3aecb43dbb092435854dc02 Mon Sep 17 00:00:00 2001 From: Steve Baker <_steve_@outlook.com> Date: Mon, 4 Mar 2019 17:25:22 +0100 Subject: [PATCH] v1.9.2 --- CHANGELOG.md | 5 +++++ README.md | 9 ++------- package.json | 2 +- vs/source.extension.vsixmanifest | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f328e10..ffb0143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ See also [https://github.com/stkb/vscode-rewrap/releases](https://github.com/stkb/vscode-rewrap/releases) (for working links to issues) +### 1.9.2 + +VS-only release: Adds support for VS 2019. + + ### 1.9.1 The new setting `rewrap.autoWrap.enabled` can now be used to ensure this feature diff --git a/README.md b/README.md index c053085..b1c60d2 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,7 @@ -**Latest version: 1.9.1.** New in this version ([full +**Latest version: 1.9.2.** 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 +VS-only release: Adds support for VS 2019. # Rewrap diff --git a/package.json b/package.json index 9da4627..dcb307e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "fill", "multi-root ready" ], - "version": "1.9.1", + "version": "1.9.2", "publisher": "stkb", "icon": "images/logo.png", "repository": { diff --git a/vs/source.extension.vsixmanifest b/vs/source.extension.vsixmanifest index 38560c3..f608742 100644 --- a/vs/source.extension.vsixmanifest +++ b/vs/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + Rewrap Re-wraps comments and other text https://github.com/stkb/Rewrap