Skip to content

Commit 535f26e

Browse files
committed
bum version, add changes
1 parent a1d2fff commit 535f26e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Confluence Wiki Markup
22

3+
## [1.0.2](https://github.com/denco/vscode-confluence-markup/releases/tag/1.0.2)
4+
5+
- add render tip, note, info and warning macros [he info, tip, note, and warning macros are not rendered](https://github.com/denco/vscode-confluence-markup/issues/41)
6+
- fix render bulleted list with leading spaces [Not rendering variations of bulleted list correctly](https://github.com/denco/vscode-confluence-markup/issues/44)
7+
38
## [1.0.1](https://github.com/denco/vscode-confluence-markup/releases/tag/1.0.1)
49

510
- modified code/noformat blocks so they can be used in lists to match confluence behaviour

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "confluence-markup",
33
"displayName": "Confluence markup",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"publisher": "denco",
66
"description": "Confluence markup language support for Visual Studio Code",
77
"keywords": [

0 commit comments

Comments
 (0)