diff --git a/CHANGELOG.md b/CHANGELOG.md index 738f53a..54e42a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.1.7](https://github.com/stencila/jupita/compare/v0.1.6...v0.1.7) (2020-09-13) + + +### Bug Fixes + +* **dependencies:** update dependency @stencila/executa to ^1.14.1 ([26e58d0](https://github.com/stencila/jupita/commit/26e58d09acd56d186f61c699c2840ba823c2949a)) + ## [0.1.6](https://github.com/stencila/jupita/compare/v0.1.5...v0.1.6) (2020-08-26) diff --git a/package-lock.json b/package-lock.json index b92b9fc..3ce64e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@stencila/jupita", - "version": "0.1.6", + "version": "0.1.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7184995..cec01d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencila/jupita", - "version": "0.1.6", + "version": "0.1.7", "description": "Jupyter interpreter for executable documents", "main": "dist/index.js", "bin": "dist/index.js",