From bc8e8bc1778299d906f5fe68d861874b3a2e94c8 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Thu, 11 Nov 2021 17:44:30 +0100 Subject: [PATCH] v1.15.2 --- CHANGELOG.md | 2 +- README.md | 7 +++++-- vs/source.extension.vsixmanifest | 2 +- vscode/README.md | 7 +++++-- vscode/package-lock.json | 4 ++-- vscode/package.json | 2 +- 6 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad4d0bd..fdfa3d4 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.15.2 - Fix regression: Wrapping column < 1 should be treated as no wrapping diff --git a/README.md b/README.md index 3208628..454bae7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ -**Latest version: 1.15.1**. New in this version ([full +**Latest version: 1.15.2**. New in this version ([full changelog](https://github.com/stkb/vscode-rewrap/releases)): -This is a small release to push out unreleased changes and support Visual Studio +1.15.2: +- Fix regression: Wrapping column < 1 should be treated as no wrapping + +1.15.0: This is a small release to push out unreleased changes and support Visual Studio 2022. Larger changes are coming soon. - Supports Visual Studio 2022 - Add ERB (HTML) `.html.erb` diff --git a/vs/source.extension.vsixmanifest b/vs/source.extension.vsixmanifest index e9bae32..aef2625 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 diff --git a/vscode/README.md b/vscode/README.md index 3208628..454bae7 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -1,7 +1,10 @@ -**Latest version: 1.15.1**. New in this version ([full +**Latest version: 1.15.2**. New in this version ([full changelog](https://github.com/stkb/vscode-rewrap/releases)): -This is a small release to push out unreleased changes and support Visual Studio +1.15.2: +- Fix regression: Wrapping column < 1 should be treated as no wrapping + +1.15.0: This is a small release to push out unreleased changes and support Visual Studio 2022. Larger changes are coming soon. - Supports Visual Studio 2022 - Add ERB (HTML) `.html.erb` diff --git a/vscode/package-lock.json b/vscode/package-lock.json index c5dfcfb..c931cb4 100644 --- a/vscode/package-lock.json +++ b/vscode/package-lock.json @@ -1,12 +1,12 @@ { "name": "rewrap", - "version": "1.15.1", + "version": "1.15.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rewrap", - "version": "1.15.1", + "version": "1.15.2", "license": "SEE LICENSE IN LICENSE", "dependencies": { "fast-diff": "^1.2.0", diff --git a/vscode/package.json b/vscode/package.json index aabcde1..0ff66fa 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -12,7 +12,7 @@ "paragraph", "multi-root ready" ], - "version": "1.15.1", + "version": "1.15.2", "publisher": "stkb", "icon": "logo.png", "repository": {