Skip to content

Commit

Permalink
chore(release): 0.99.6 [skip ci]
Browse files Browse the repository at this point in the history
## [0.99.6](v0.99.5...v0.99.6) (2020-09-11)

### Bug Fixes

* **Deps:** npm audit fix ([2ce84f9](2ce84f9))
* **JATS:** Correct decoding about, genre and keywords ([eb03d60](eb03d60))
* **JATS:** Correct subject decoding ([e67f988](e67f988))
* **JATS:** Correct subject decoding ([64dc78d](64dc78d))
* **JATS:** Decoding for article subjects ([35f3da7](35f3da7))
* **JATS:** Decoding types genre and about for subjects ([10ebb90](10ebb90))
* **JATS:** Small fix regarding package-lock ([e5363db](e5363db))
* **JATS:** Update snapshots ([286bfaa](286bfaa))
  • Loading branch information
stencila-ci committed Sep 11, 2020
1 parent 4511ac1 commit bb6ed8a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.99.6](https://github.com/stencila/encoda/compare/v0.99.5...v0.99.6) (2020-09-11)


### Bug Fixes

* **Deps:** npm audit fix ([2ce84f9](https://github.com/stencila/encoda/commit/2ce84f99c1a9148c85df954e80cfc51e746572b5))
* **JATS:** Correct decoding about, genre and keywords ([eb03d60](https://github.com/stencila/encoda/commit/eb03d609ea5e45c878d5a381aac098c70b485ee5))
* **JATS:** Correct subject decoding ([e67f988](https://github.com/stencila/encoda/commit/e67f988b75cc111dde7e8f6d0088a31715588f11))
* **JATS:** Correct subject decoding ([64dc78d](https://github.com/stencila/encoda/commit/64dc78db60ab33d1ae4f6e504fd4753b0be29153))
* **JATS:** Decoding for article subjects ([35f3da7](https://github.com/stencila/encoda/commit/35f3da7298865e40ecc042b8d08b91ee87d8e13a))
* **JATS:** Decoding types genre and about for subjects ([10ebb90](https://github.com/stencila/encoda/commit/10ebb907244120a9981324beb5abd34ecf1a19f2))
* **JATS:** Small fix regarding package-lock ([e5363db](https://github.com/stencila/encoda/commit/e5363dbc8f72be0f0a2f4dc0f47d08e0d02c19d7))
* **JATS:** Update snapshots ([286bfaa](https://github.com/stencila/encoda/commit/286bfaa5ec8c7290ec7d4baacd999ee72c9071d3))

## [0.99.5](https://github.com/stencila/encoda/compare/v0.99.4...v0.99.5) (2020-09-09)


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

0 comments on commit bb6ed8a

Please sign in to comment.