Skip to content

Commit

Permalink
chore(release): 0.121.5 [skip ci]
Browse files Browse the repository at this point in the history
## [0.121.5](v0.121.4...v0.121.5) (2023-05-26)

### Bug Fixes

* **JATS:** Decode `<supplementary-material>` to a `Link`;  ensure `BlockContent` from `<back>` sections ([32e1ce5](32e1ce5))
* **JATS:** Only add email from `<corresp>` if no emails for author in `<contrib>` ([e51dd01](e51dd01))
* **JATS:** Prepend `<list-item><label>` to first paragraph ([7afe909](7afe909))
* **JATS:** Refine rules around using `<fpage>` for `eLocation`; do not require `pageStart` and `pageEnd` to be ints ([0c3236c](0c3236c))
  • Loading branch information
stencila-ci committed May 26, 2023
1 parent 7afe909 commit 2f81d9c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.121.5](https://github.com/stencila/encoda/compare/v0.121.4...v0.121.5) (2023-05-26)


### Bug Fixes

* **JATS:** Decode `<supplementary-material>` to a `Link`; ensure `BlockContent` from `<back>` sections ([32e1ce5](https://github.com/stencila/encoda/commit/32e1ce5d4e3a81dd153c8c657314e15cbe08a816))
* **JATS:** Only add email from `<corresp>` if no emails for author in `<contrib>` ([e51dd01](https://github.com/stencila/encoda/commit/e51dd010adada30ba5611e4f69833de2ca0d8e6f))
* **JATS:** Prepend `<list-item><label>` to first paragraph ([7afe909](https://github.com/stencila/encoda/commit/7afe90918efe4d21c03311037bd7c1aac9278d34))
* **JATS:** Refine rules around using `<fpage>` for `eLocation`; do not require `pageStart` and `pageEnd` to be ints ([0c3236c](https://github.com/stencila/encoda/commit/0c3236c42bcc3d0d70e1eccc4069b4971b9d698f))

## [0.121.4](https://github.com/stencila/encoda/compare/v0.121.3...v0.121.4) (2023-05-22)


Expand Down
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.121.4",
"version": "0.121.5",
"description": "Codecs for executable document formats",
"files": [
"install.js",
Expand Down

0 comments on commit 2f81d9c

Please sign in to comment.