From cc7091f7ae5c7cb6737d29abc00bfd66ebda6589 Mon Sep 17 00:00:00 2001 From: Stencila CI Bot Date: Mon, 13 Mar 2023 07:07:09 +0000 Subject: [PATCH] chore(release): 0.121.1 [skip ci] ## [0.121.1](https://github.com/stencila/encoda/compare/v0.121.0...v0.121.1) (2023-03-13) ### Bug Fixes * **Dependencies:** Update dependencies ([f404d16](https://github.com/stencila/encoda/commit/f404d16bd40347293084dd63dcfa51fe23a8fdb6)) * **JATS:** Decode all content form abstract ([c0bfc2b](https://github.com/stencila/encoda/commit/c0bfc2b67f5ccc75d1c919ba248b546dc65c9b8d)) * **JATS:** Extract all images in `` element that has more than one `` ([ffe5253](https://github.com/stencila/encoda/commit/ffe5253db43a516d57fac5ebf1d2cfc9fff80351)) * **JATS:** Extract elocation when in `` element ([d6c8a08](https://github.com/stencila/encoda/commit/d6c8a08ac2ccf252377dd70a5fbb53a0eb38d208)) * **JATS:** Store list type to `meta.listType` ([2e6971c](https://github.com/stencila/encoda/commit/2e6971c8b3005933d2d3b54054a90635b838b038)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55093aa98..09b0bcd70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.121.1](https://github.com/stencila/encoda/compare/v0.121.0...v0.121.1) (2023-03-13) + + +### Bug Fixes + +* **Dependencies:** Update dependencies ([f404d16](https://github.com/stencila/encoda/commit/f404d16bd40347293084dd63dcfa51fe23a8fdb6)) +* **JATS:** Decode all content form abstract ([c0bfc2b](https://github.com/stencila/encoda/commit/c0bfc2b67f5ccc75d1c919ba248b546dc65c9b8d)) +* **JATS:** Extract all images in `` element that has more than one `` ([ffe5253](https://github.com/stencila/encoda/commit/ffe5253db43a516d57fac5ebf1d2cfc9fff80351)) +* **JATS:** Extract elocation when in `` element ([d6c8a08](https://github.com/stencila/encoda/commit/d6c8a08ac2ccf252377dd70a5fbb53a0eb38d208)) +* **JATS:** Store list type to `meta.listType` ([2e6971c](https://github.com/stencila/encoda/commit/2e6971c8b3005933d2d3b54054a90635b838b038)) + # [0.121.0](https://github.com/stencila/encoda/compare/v0.120.0...v0.121.0) (2023-02-13) diff --git a/package.json b/package.json index abca1ce42..20ddbc5bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencila/encoda", - "version": "0.121.0", + "version": "0.121.1", "description": "Codecs for executable document formats", "files": [ "install.js",