Skip to content

Commit dfbfb81

Browse files
committed
v1.15.1
1 parent 2145882 commit dfbfb81

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
See also [https://github.com/stkb/vscode-rewrap/releases](https://github.com/stkb/vscode-rewrap/releases) (for working links to issues)
22

3+
4+
### 1.15.1
5+
- VS Code: Fix broken release (VSIX file)
6+
- Visual Studio: Fix crash in VS 17.1 Preview
7+
8+
39
## 1.15.0
410
This is a small release to push out unreleased changes and support Visual Studio
511
2022. Larger changes are coming soon.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Latest version: 1.15.0**. New in this version ([full
1+
**Latest version: 1.15.1**. New in this version ([full
22
changelog](https://github.com/stkb/vscode-rewrap/releases)):
33

44
This is a small release to push out unreleased changes and support Visual Studio

vs/source.extension.vsixmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="Rewrap.stkb.4d01f0ab-ed41-47cc-a43f-777f84fcf51e" Version="1.15.0.1" Language="en-US" Publisher="stkb" />
4+
<Identity Id="Rewrap.stkb.4d01f0ab-ed41-47cc-a43f-777f84fcf51e" Version="1.15.1.0" Language="en-US" Publisher="stkb" />
55
<DisplayName>Rewrap</DisplayName>
66
<Description xml:space="preserve">Re-wraps comments and other text</Description>
77
<MoreInfo>https://github.com/stkb/Rewrap</MoreInfo>

vscode/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Latest version: 1.15.0**. New in this version ([full
1+
**Latest version: 1.15.1**. New in this version ([full
22
changelog](https://github.com/stkb/vscode-rewrap/releases)):
33

44
This is a small release to push out unreleased changes and support Visual Studio

vscode/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"paragraph",
1313
"multi-root ready"
1414
],
15-
"version": "1.15.0",
15+
"version": "1.15.1",
1616
"publisher": "stkb",
1717
"icon": "logo.png",
1818
"repository": {

0 commit comments

Comments
 (0)