Skip to content

Commit

Permalink
chore(release): 0.38.0
Browse files Browse the repository at this point in the history
# [0.38.0](v0.37.0...v0.38.0) (2019-05-30)

### Bug Fixes

* **GDoc:** Wrap top level node as needed when unparsing ([e0af400](e0af400))
* **HTML:** codeblock meta handling and highlighting ([11b753a](11b753a))
* **Markdown:** Handling of meta property on CodeBlock ([78f241b](78f241b))
* **Pandoc:** Add wrapping of top level node when unparsing ([d93e731](d93e731))
* **Util:** coerce to determine type from instance; use for data interchange formats ([1b031df](1b031df))

### Features

* **Markdown:** Add handling of meta properties for links ([2a53a39](2a53a39))
* Add attrs to Code, CodeBlock and Link ([ca31c20](ca31c20))
* Add include processing directive ([0d584f6](0d584f6))
* add the process and devserve functions ([2de4b4a](2de4b4a))
  • Loading branch information
stencila-ci committed May 30, 2019
1 parent 8d3bc94 commit 6637db2
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/encoda",
"version": "0.37.0",
"version": "0.38.0",
"description": "Codecs for executable document formats",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 6637db2

Please sign in to comment.