Skip to content

Commit

Permalink
chore(release): 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.3.0](v0.2.4...v0.3.0) (2021-08-25)

### Bug Fixes

* **Build:** Add redux a dependency ([a939675](a939675))

### Features

* **Outputs:** Add support for Vega/Vega-Lite outputs ([c69d24f](c69d24f))
  • Loading branch information
stencila-ci committed Aug 25, 2021
1 parent c69d24f commit b66ffd2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.3.0](https://github.com/stencila/jupita/compare/v0.2.4...v0.3.0) (2021-08-25)


### Bug Fixes

* **Build:** Add redux a dependency ([a939675](https://github.com/stencila/jupita/commit/a939675b275db72974c53e8717d49cbc1dd4e07c))


### Features

* **Outputs:** Add support for Vega/Vega-Lite outputs ([c69d24f](https://github.com/stencila/jupita/commit/c69d24fa7e03c200097f3df1d27d0dcba4ec47c0))

## [0.2.4](https://github.com/stencila/jupita/compare/v0.2.3...v0.2.4) (2021-03-11)


Expand Down
4 changes: 2 additions & 2 deletions 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.2.4",
"version": "0.3.0",
"description": "Jupyter interpreter for executable documents",
"main": "dist/index.js",
"bin": "dist/index.js",
Expand Down

0 comments on commit b66ffd2

Please sign in to comment.