From dec4de5daea0dd8caeed53ff1c1c39cd2bd4573f Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Tue, 23 Nov 2021 19:18:46 +0100 Subject: [PATCH] v1.15.4 - Support svelte files (HTML) (#243, #299). --- README.md | 6 ++---- vs/source.extension.vsixmanifest | 2 +- vscode/README.md | 6 ++---- vscode/package-lock.json | 4 ++-- vscode/package.json | 2 +- 5 files changed, 8 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index cac5241..a6b5e76 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ -**Latest version: 1.15.3**. New in this version ([full +**Latest version: 1.15.4**. New in this version ([full changelog](https://github.com/stkb/vscode-rewrap/releases)): -- VSCode: support untrusted workspaces (#292). -- VSCode: Fix crash when a language extension provides a line- but no block comment - marker. +- Support svelte files (HTML) 1.15.0: This is a small release to push out unreleased changes and support Visual Studio 2022. Larger changes are coming soon. diff --git a/vs/source.extension.vsixmanifest b/vs/source.extension.vsixmanifest index 017d90e..515c0b7 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 cac5241..a6b5e76 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -1,8 +1,6 @@ -**Latest version: 1.15.3**. New in this version ([full +**Latest version: 1.15.4**. New in this version ([full changelog](https://github.com/stkb/vscode-rewrap/releases)): -- VSCode: support untrusted workspaces (#292). -- VSCode: Fix crash when a language extension provides a line- but no block comment - marker. +- Support svelte files (HTML) 1.15.0: This is a small release to push out unreleased changes and support Visual Studio 2022. Larger changes are coming soon. diff --git a/vscode/package-lock.json b/vscode/package-lock.json index e16320c..270bd74 100644 --- a/vscode/package-lock.json +++ b/vscode/package-lock.json @@ -1,12 +1,12 @@ { "name": "rewrap", - "version": "1.15.3", + "version": "1.15.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rewrap", - "version": "1.15.3", + "version": "1.15.4", "license": "SEE LICENSE IN LICENSE", "dependencies": { "fast-diff": "^1.2.0", diff --git a/vscode/package.json b/vscode/package.json index 6d24e46..6887bcd 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -12,7 +12,7 @@ "paragraph", "multi-root ready" ], - "version": "1.15.3", + "version": "1.15.4", "publisher": "stkb", "icon": "logo.png", "repository": {