Skip to content

Commit

Permalink
chore(release): 0.121.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.121.1](v0.121.0...v0.121.1) (2023-03-13)

### Bug Fixes

* **Dependencies:** Update dependencies ([f404d16](f404d16))
* **JATS:** Decode all content form abstract ([c0bfc2b](c0bfc2b))
* **JATS:** Extract all images in `<table-wrap>` element that has more than one `<graphic>` ([ffe5253](ffe5253))
* **JATS:** Extract elocation when in `<fpage>` element ([d6c8a08](d6c8a08))
* **JATS:** Store list type to `meta.listType` ([2e6971c](2e6971c))
  • Loading branch information
stencila-ci committed Mar 13, 2023
1 parent f404d16 commit cc7091f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 `<table-wrap>` element that has more than one `<graphic>` ([ffe5253](https://github.com/stencila/encoda/commit/ffe5253db43a516d57fac5ebf1d2cfc9fff80351))
* **JATS:** Extract elocation when in `<fpage>` 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)


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

0 comments on commit cc7091f

Please sign in to comment.