Skip to content

Commit

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

### Bug Fixes

* **HTML:** Add charset encoding tag to HTML output for proper text rendering ([c8356b1](c8356b1))
* **HTML:** Correctly render angle brackets and ampersands inside code blocks ([f3288dc](f3288dc))
* **rPNG:** Allow storage of UTF-8 encoded data ([51d3160](51d3160))

### Features

* **DOCX:** Add default template to style conversions targeting DOCX format ([f1d1c7f](f1d1c7f))
* **HTML:** Add default template to style conversions targeting HTML format ([f8ee33f](f8ee33f))
* **rPNG:** Apply CSS styles to generated images ([c3bc924](c3bc924))
  • Loading branch information
stencila-ci committed May 15, 2019
1 parent 6f6316b commit 99975bb
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.33.0",
"version": "0.34.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 99975bb

Please sign in to comment.