Skip to content

Commit

Permalink
🔖 v2.1.1 - fixed #381, fixed #382, fixed #385
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhang-gh committed Mar 5, 2019
1 parent 5c08ed7 commit 076489b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 2.1.1 (2019.03.05)

- **Fix**: Table format ([#381](https://github.com/yzhang-gh/vscode-markdown/issues/381)).
- **Fix**: Unexpected link creation on pasting ([#382](https://github.com/yzhang-gh/vscode-markdown/issues/382)).
- **Fix**: Image path encoding when printing ([#385](https://github.com/yzhang-gh/vscode-markdown/issues/385)).

---

### 2.1.0 (2019.02.16)

- **New**: Paste link on selected text ([#20](https://github.com/yzhang-gh/vscode-markdown/issues/20)).
Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "%ext.displayName%",
"description": "%ext.description%",
"icon": "images/Markdown-mark.png",
"version": "2.1.0",
"version": "2.1.1",
"publisher": "yzhang",
"engines": {
"vscode": "^1.30.2"
Expand Down

0 comments on commit 076489b

Please sign in to comment.