Skip to content

Commit

Permalink
chore(release): 0.33.0
Browse files Browse the repository at this point in the history
# [0.33.0](v0.32.2...v0.33.0) (2019-05-14)

### Bug Fixes

* add better error reporting for pandoc ([2982f35](2982f35))
* better error message ([acc64d9](acc64d9))
* correct version; fix type defs ([1a1120e](1a1120e))
* ensure js files are in dist ([fc468cd](fc468cd))
* ensure js files are in dist ([083010e](083010e))
* implem language handlking for Code and CodeBlock ([8d05a84](8d05a84))
* implem table handling in pandoc ([2f18fc2](2f18fc2))
* reenable running of pandoc binary ([393d0d8](393d0d8))
* refactor convert() and pandoc file handling ([a0c6a41](a0c6a41))
* reinstate docx, odt and Pandoc Markdown compilers ([985175f](985175f))
* remove default to option in cli ([3e24efa](3e24efa))
* renables jats ([0f95b04](0f95b04))

### Features

* add LaTeX converter ([96aeef8](96aeef8))
* add Pandoc types ([c9dfd1e](c9dfd1e))
* allow Pandoc converter to be used as is ([d975b1b](d975b1b))
* fallback to rPNGs for nodes without Pandoc equivalents ([f401d27](f401d27))
  • Loading branch information
stencila-ci committed May 14, 2019
1 parent bc4fb86 commit 3ad36c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
@@ -1,6 +1,6 @@
{
"name": "stencila-convert",
"version": "0.32.2",
"version": "0.33.0",
"description": "Convert between Stencila document trees and other formats",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 3ad36c6

Please sign in to comment.