Skip to content

Commit

Permalink
chore(release): 0.115.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.115.0](v0.114.0...v0.115.0) (2021-04-16)

### Bug Fixes

* **dependencies:** update dependency @stencila/thema to ^2.24.1 ([5723a8f](5723a8f))
* **dependencies:** update dependency citation-js to ^0.5.0 ([db9e3c2](db9e3c2))
* **dependencies:** update dependency fp-ts to ^2.10.2 ([9ddc3f9](9ddc3f9))
* **dependencies:** update dependency js-beautify to ^1.13.11 ([b2ff869](b2ff869))
* **dependencies:** update dependency js-yaml to ^4.1.0 ([f5be5f4](f5be5f4))
* **Deps:** Update Schema version ([a94815f](a94815f))
* **Deps:** Upgrade dependencies ([70f5a79](70f5a79))
* **Dir:** Fix bug related to upgraded dependency ([5a14e1a](5a14e1a))

### Features

* **JATS:** Add statement decoder ([66f7d81](66f7d81))
* **JATS:** Determine claimType from label ([36ef707](36ef707))
  • Loading branch information
stencila-ci committed Apr 16, 2021
1 parent 5a14e1a commit 1c2186b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [0.115.0](https://github.com/stencila/encoda/compare/v0.114.0...v0.115.0) (2021-04-16)


### Bug Fixes

* **dependencies:** update dependency @stencila/thema to ^2.24.1 ([5723a8f](https://github.com/stencila/encoda/commit/5723a8f612fd957531da74c62b5f669ff491e731))
* **dependencies:** update dependency citation-js to ^0.5.0 ([db9e3c2](https://github.com/stencila/encoda/commit/db9e3c2a05f9c173351a1800d33271a9173accf0))
* **dependencies:** update dependency fp-ts to ^2.10.2 ([9ddc3f9](https://github.com/stencila/encoda/commit/9ddc3f97a1f42a885daae26fbcdaf024794fc184))
* **dependencies:** update dependency js-beautify to ^1.13.11 ([b2ff869](https://github.com/stencila/encoda/commit/b2ff869bb6782cf0fec758152c5aa579e53327f5))
* **dependencies:** update dependency js-yaml to ^4.1.0 ([f5be5f4](https://github.com/stencila/encoda/commit/f5be5f423ca9be397235b2cca472cc045b1f2c9a))
* **Deps:** Update Schema version ([a94815f](https://github.com/stencila/encoda/commit/a94815fb8457ef52e2770a01960603ff6fe5e261))
* **Deps:** Upgrade dependencies ([70f5a79](https://github.com/stencila/encoda/commit/70f5a793721bf61ad8b7ff6e8ac05b16a1365688))
* **Dir:** Fix bug related to upgraded dependency ([5a14e1a](https://github.com/stencila/encoda/commit/5a14e1ad30ce33cf4fdc16cd0e068f8cbd9e4ec0))


### Features

* **JATS:** Add statement decoder ([66f7d81](https://github.com/stencila/encoda/commit/66f7d8102faa47a5c3da218fd7cb871203136e94))
* **JATS:** Determine claimType from label ([36ef707](https://github.com/stencila/encoda/commit/36ef707834e62285db1f9bce99d575d1658e22be))

# [0.114.0](https://github.com/stencila/encoda/compare/v0.113.0...v0.114.0) (2021-04-13)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 1c2186b

Please sign in to comment.