Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.2.0](v0.1.9...v0.2.0) (2020-11-05)

### Features

* **Shell request:** Add timeout option ([67faa1c](67faa1c))
* **Unbundling:** Handle Plotly outputs ([796fe9f](796fe9f))
  • Loading branch information
stencila-ci committed Nov 5, 2020
1 parent 414bb2b commit b342f3c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.2.0](https://github.com/stencila/jupita/compare/v0.1.9...v0.2.0) (2020-11-05)


### Features

* **Shell request:** Add timeout option ([67faa1c](https://github.com/stencila/jupita/commit/67faa1cb5a982b162add391df36a9a5ce1a26937))
* **Unbundling:** Handle Plotly outputs ([796fe9f](https://github.com/stencila/jupita/commit/796fe9f0900b54800c679ce9e7f4a4cadc3df2ea))

## [0.1.9](https://github.com/stencila/jupita/compare/v0.1.8...v0.1.9) (2020-10-28)


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/jupita",
"version": "0.1.9",
"version": "0.2.0",
"description": "Jupyter interpreter for executable documents",
"main": "dist/index.js",
"bin": "dist/index.js",
Expand Down

0 comments on commit b342f3c

Please sign in to comment.