Skip to content

Commit

Permalink
chore(release): 0.98.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.98.0](v0.97.3...v0.98.0) (2020-08-13)

### Bug Fixes

* **dependencies:** update dependency @stencila/executa to ^1.12.0 ([7347c7a](7347c7a))
* **dependencies:** update dependency @stencila/executa to ^1.13.0 ([e2533ca](e2533ca))
* **dependencies:** update dependency @stencila/thema to v2.15.2 ([c308bc2](c308bc2))
* **dependencies:** update dependency vfile to ^4.2.0 ([09fb62a](09fb62a))
* **Deps:** npm audit fix ([a741c91](a741c91))
* **Markdown:** Unwrap image; use id from extension properties ([dd3d1ea](dd3d1ea))
* **Markdown, YAML:** Updates for updated typing ([d8b5845](d8b5845))

### Features

* **Markdown:** Add chunkfigure extension ([5df6858](5df6858))
  • Loading branch information
stencila-ci committed Aug 13, 2020
1 parent 5df6858 commit 9e8969f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [0.98.0](https://github.com/stencila/encoda/compare/v0.97.3...v0.98.0) (2020-08-13)


### Bug Fixes

* **dependencies:** update dependency @stencila/executa to ^1.12.0 ([7347c7a](https://github.com/stencila/encoda/commit/7347c7a8ab6c2323a4791278d8208a3c9ccdf5a5))
* **dependencies:** update dependency @stencila/executa to ^1.13.0 ([e2533ca](https://github.com/stencila/encoda/commit/e2533ca4c85d589f9738c2c77e21bc9f1b7a8963))
* **dependencies:** update dependency @stencila/thema to v2.15.2 ([c308bc2](https://github.com/stencila/encoda/commit/c308bc2a3a83bb18f62cc881084193d573ed0130))
* **dependencies:** update dependency vfile to ^4.2.0 ([09fb62a](https://github.com/stencila/encoda/commit/09fb62a361ee0d41aefe6d8d484563076bc38591))
* **Deps:** npm audit fix ([a741c91](https://github.com/stencila/encoda/commit/a741c915aa94a0c334faad3a52775bc36bc61d3e))
* **Markdown:** Unwrap image; use id from extension properties ([dd3d1ea](https://github.com/stencila/encoda/commit/dd3d1eaec4ca60077b7734261ba7358c3f4bc286))
* **Markdown, YAML:** Updates for updated typing ([d8b5845](https://github.com/stencila/encoda/commit/d8b584571ea10d8f90779bef6d76d44ee7354d49))


### Features

* **Markdown:** Add chunkfigure extension ([5df6858](https://github.com/stencila/encoda/commit/5df6858bc1c107641ad336d0f9c7394a8cc5fade))

## [0.97.3](https://github.com/stencila/encoda/compare/v0.97.2...v0.97.3) (2020-08-04)


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

0 comments on commit 9e8969f

Please sign in to comment.