From b66ffd2650ae60a1e67fac9f40e8dc8ded411f5e Mon Sep 17 00:00:00 2001 From: Stencila CI Bot Date: Wed, 25 Aug 2021 03:53:26 +0000 Subject: [PATCH] chore(release): 0.3.0 [skip ci] # [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)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b6f53e..4d759b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 1388263..f23d26f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stencila/jupita", - "version": "0.2.4", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@stencila/jupita", - "version": "0.2.4", + "version": "0.3.0", "license": "Apache-2.0", "dependencies": { "@stencila/executa": "^1.15.4", diff --git a/package.json b/package.json index 2dc9c04..07f93a9 100644 --- a/package.json +++ b/package.json @@ -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",