From 6637db264f4368b2ab276c46c88f05f5ff1f3bde Mon Sep 17 00:00:00 2001 From: Stencila Date: Thu, 30 May 2019 01:11:07 +0000 Subject: [PATCH] chore(release): 0.38.0 # [0.38.0](https://github.com/stencila/encoda/compare/v0.37.0...v0.38.0) (2019-05-30) ### Bug Fixes * **GDoc:** Wrap top level node as needed when unparsing ([e0af400](https://github.com/stencila/encoda/commit/e0af400)) * **HTML:** codeblock meta handling and highlighting ([11b753a](https://github.com/stencila/encoda/commit/11b753a)) * **Markdown:** Handling of meta property on CodeBlock ([78f241b](https://github.com/stencila/encoda/commit/78f241b)) * **Pandoc:** Add wrapping of top level node when unparsing ([d93e731](https://github.com/stencila/encoda/commit/d93e731)) * **Util:** coerce to determine type from instance; use for data interchange formats ([1b031df](https://github.com/stencila/encoda/commit/1b031df)) ### Features * **Markdown:** Add handling of meta properties for links ([2a53a39](https://github.com/stencila/encoda/commit/2a53a39)) * Add attrs to Code, CodeBlock and Link ([ca31c20](https://github.com/stencila/encoda/commit/ca31c20)) * Add include processing directive ([0d584f6](https://github.com/stencila/encoda/commit/0d584f6)) * add the process and devserve functions ([2de4b4a](https://github.com/stencila/encoda/commit/2de4b4a)) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d01e3c7e..5605f6511 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@stencila/encoda", - "version": "0.37.0", + "version": "0.38.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 54e7bee3c..a5e09ffbd 100644 --- a/package.json +++ b/package.json @@ -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",