Skip to content

Commit

Permalink
v1.16.3
Browse files Browse the repository at this point in the history
- Markdown: Fix front-matter marker rules (#321)
- Preparation for supporting VS Code for the Web
  • Loading branch information
stkb committed Feb 21, 2022
1 parent b5414c5 commit 6ba6e3d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ See also [https://github.com/stkb/vscode-rewrap/releases](https://github.com/stk
---


### 1.16.3

- Markdown: Fix front-matter marker rules (#321)
- Preparation for supporting VS Code for the Web


### 1.16.2

- Support .rmd files as markdown (#245)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For <a href="https://marketplace.visualstudio.com/items?itemName=stkb.rewrap"><b
<a href="https://open-vsx.org/extension/stkb/rewrap"><b>Open VSX</b></a> and
<a href="https://marketplace.visualstudio.com/items?itemName=stkb.Rewrap-18980">
<b>Visual Studio</b></a>.<br/>
Latest stable version <b>1.16.2</b> / pre-release <b>17.x</b> /
Latest stable version <b>1.16.3</b> / pre-release <b>17.x</b> /
<a href="https://github.com/stkb/vscode-rewrap/releases">changelog</a>
</td></tr></table>

Expand Down
2 changes: 1 addition & 1 deletion vs/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="Rewrap.stkb.4d01f0ab-ed41-47cc-a43f-777f84fcf51e" Version="1.16.2.0" Language="en-US" Publisher="stkb" />
<Identity Id="Rewrap.stkb.4d01f0ab-ed41-47cc-a43f-777f84fcf51e" Version="1.16.3.0" Language="en-US" Publisher="stkb" />
<DisplayName>Rewrap</DisplayName>
<Description xml:space="preserve">Re-wraps comments and other text</Description>
<MoreInfo>https://github.com/stkb/Rewrap</MoreInfo>
Expand Down
4 changes: 2 additions & 2 deletions vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"paragraph",
"multi-root ready"
],
"version": "1.16.2",
"version": "1.16.3",
"publisher": "stkb",
"icon": "logo.png",
"repository": {
Expand Down

0 comments on commit 6ba6e3d

Please sign in to comment.