Skip to content

Commit

Permalink
chore(release): 0.103.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.103.0](v0.102.3...v0.103.0) (2020-11-20)

### Bug Fixes

* **Crossref:** Add DOI and URL as encode options ([535e2c4](535e2c4))
* **Crossref:** Add encoding of references ([05718fe](05718fe))
* **Crossref:** Adjust for new Got API ([ff6ff74](ff6ff74))
* **Crossref:** Updates for new Schema version ([bb77da1](bb77da1))
* **Deps:** Upgrade Schema ([27aee7e](27aee7e))

### Features

* **Crossref:** Encoding of reviews to metadata deposit XML ([259a96b](259a96b))
  • Loading branch information
stencila-ci committed Nov 20, 2020
1 parent 18a9ca8 commit baace43
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [0.103.0](https://github.com/stencila/encoda/compare/v0.102.3...v0.103.0) (2020-11-20)


### Bug Fixes

* **Crossref:** Add DOI and URL as encode options ([535e2c4](https://github.com/stencila/encoda/commit/535e2c42f654d9657f8c1ce72ba489df758ae27b))
* **Crossref:** Add encoding of references ([05718fe](https://github.com/stencila/encoda/commit/05718fe29fbc291a033f303deca51949575bcce5))
* **Crossref:** Adjust for new Got API ([ff6ff74](https://github.com/stencila/encoda/commit/ff6ff74ac1653d3b79a31fc75c5efcf4c11de831))
* **Crossref:** Updates for new Schema version ([bb77da1](https://github.com/stencila/encoda/commit/bb77da1a869b7a8a2e134f2339ea6c6490349248))
* **Deps:** Upgrade Schema ([27aee7e](https://github.com/stencila/encoda/commit/27aee7e77dfdd3abd091a892a9fba25f4202f59e))


### Features

* **Crossref:** Encoding of reviews to metadata deposit XML ([259a96b](https://github.com/stencila/encoda/commit/259a96b1d45a04c2153b684bc83887fa2087d7ba))

## [0.102.3](https://github.com/stencila/encoda/compare/v0.102.2...v0.102.3) (2020-11-19)


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

0 comments on commit baace43

Please sign in to comment.