From 1576b156e2c584f8b5ad3fd8c723f427e0d0176d Mon Sep 17 00:00:00 2001 From: Stencila CI Bot Date: Fri, 19 Mar 2021 07:45:42 +0000 Subject: [PATCH] chore(release): 0.109.5 [skip ci] ## [0.109.5](https://github.com/stencila/encoda/compare/v0.109.4...v0.109.5) (2021-03-19) ### Bug Fixes * **CSL:** Handling of literal names and organizational authors ([ecdc925](https://github.com/stencila/encoda/commit/ecdc925d7f0578f818e9811233677d8f84dba551)) * **dependencies:** update dependency citation-js to ^0.5.0-alpha.10 ([32d98bd](https://github.com/stencila/encoda/commit/32d98bd5a213b697dcdb1ad26cee394dabc5f4fc)) * **dependencies:** update dependency tempy to ^1.0.1 ([e01a6bf](https://github.com/stencila/encoda/commit/e01a6bfd5b42a3c3197fe3dc40167acc64721610)) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b49703e..ff6be7c96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.109.5](https://github.com/stencila/encoda/compare/v0.109.4...v0.109.5) (2021-03-19) + + +### Bug Fixes + +* **CSL:** Handling of literal names and organizational authors ([ecdc925](https://github.com/stencila/encoda/commit/ecdc925d7f0578f818e9811233677d8f84dba551)) +* **dependencies:** update dependency citation-js to ^0.5.0-alpha.10 ([32d98bd](https://github.com/stencila/encoda/commit/32d98bd5a213b697dcdb1ad26cee394dabc5f4fc)) +* **dependencies:** update dependency tempy to ^1.0.1 ([e01a6bf](https://github.com/stencila/encoda/commit/e01a6bfd5b42a3c3197fe3dc40167acc64721610)) + ## [0.109.4](https://github.com/stencila/encoda/compare/v0.109.3...v0.109.4) (2021-03-17) diff --git a/package-lock.json b/package-lock.json index 095dca3f9..c2cdc33b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@stencila/encoda", - "version": "0.109.4", + "version": "0.109.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4e9ed32f0..0a7b411bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencila/encoda", - "version": "0.109.4", + "version": "0.109.5", "description": "Codecs for executable document formats", "files": [ "install.js",