diff --git a/CHANGELOG.md b/CHANGELOG.md index 9712ce2..5ccb2b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.1](https://github.com/stencila/jupita/compare/v0.2.0...v0.2.1) (2020-11-05) + + +### Bug Fixes + +* **dependencies:** update dependency @stencila/executa to ^1.15.1 ([00329af](https://github.com/stencila/jupita/commit/00329afd202488d00d006ab20be84799d83100a2)) + # [0.2.0](https://github.com/stencila/jupita/compare/v0.1.9...v0.2.0) (2020-11-05) diff --git a/package-lock.json b/package-lock.json index 0982c21..1e4ba21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@stencila/jupita", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 21e251e..75851c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencila/jupita", - "version": "0.2.0", + "version": "0.2.1", "description": "Jupyter interpreter for executable documents", "main": "dist/index.js", "bin": "dist/index.js",