Skip to content

Commit 3f479ae

Browse files
committed
Bump to version 0.9.0
1 parent e551eb1 commit 3f479ae

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [0.9.0] - 2021-04-16
4+
5+
- Use `documentation` instead of `detail` property for suggestions
6+
+ This should fix incorrect newlines in intellisense (issue #21)
7+
38
## [0.8.0] - 2021-03-16
49

510
- Add support for `Pweave Markdown` files

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pandocciter",
33
"displayName": "Pandoc Citer",
44
"description": "Autocomplete bibtex citations for markdown/pandoc",
5-
"version": "0.8.0",
5+
"version": "0.9.0",
66
"publisher": "notZaki",
77
"license": "MIT",
88
"engines": {

0 commit comments

Comments
 (0)