Skip to content

Commit fc9b14f

Browse files
committed
0.1.5
1 parent 8b2781d commit fc9b14f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/interfaces/DocxOptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Set output type of `VFile.result`. `buffer` is `Promise<Buffer>`. `blob` is `Pro
3232

3333
#### Defined in
3434

35-
[src/transformer.ts:135](https://github.com/inokawa/remark-docx/blob/8b9de57/src/transformer.ts#L135)
35+
[src/transformer.ts:137](https://github.com/inokawa/remark-docx/blob/8b2781d/src/transformer.ts#L137)
3636

3737
___
3838

@@ -44,7 +44,7 @@ ___
4444

4545
#### Defined in
4646

47-
[src/transformer.ts:139](https://github.com/inokawa/remark-docx/blob/8b9de57/src/transformer.ts#L139)
47+
[src/transformer.ts:141](https://github.com/inokawa/remark-docx/blob/8b2781d/src/transformer.ts#L141)
4848

4949
___
5050

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-docx",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "remark plugin to compile markdown to docx (Microsoft Word, Office Open XML).",
55
"main": "lib/index.js",
66
"module": "lib/index.mjs",

0 commit comments

Comments
 (0)