From 3ff723ca0ef8c49827a1ec9310d7cc2f8b5f8560 Mon Sep 17 00:00:00 2001 From: Stencila CI Bot Date: Mon, 28 Aug 2023 08:27:37 +0000 Subject: [PATCH] chore(release): 1.0.3 [skip ci] ## [1.0.3](https://github.com/stencila/encoda/compare/v1.0.2...v1.0.3) (2023-08-28) ### Bug Fixes * **JATS:** Decode `` elements ([03779a0](https://github.com/stencila/encoda/commit/03779a00cac39a0501580fbbed01ad0c315dfe38)), closes [#400](https://github.com/stencila/encoda/issues/400) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54eeb6d50..14c239e78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/stencila/encoda/compare/v1.0.2...v1.0.3) (2023-08-28) + + +### Bug Fixes + +* **JATS:** Decode `` elements ([03779a0](https://github.com/stencila/encoda/commit/03779a00cac39a0501580fbbed01ad0c315dfe38)), closes [#400](https://github.com/stencila/encoda/issues/400) + ## [1.0.2](https://github.com/stencila/encoda/compare/v1.0.1...v1.0.2) (2023-08-27) diff --git a/package.json b/package.json index 98d7b1e26..0afeee627 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencila/encoda", - "version": "1.0.2", + "version": "1.0.3", "description": "Codecs for executable document formats", "files": [ "install.js",