diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ddeeff..379cf25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.13](https://github.com/stencila/basha/compare/v0.3.12...v0.3.13) (2020-08-14) + + +### Bug Fixes + +* **dependencies:** update dependency @stencila/executa to ^1.13.0 ([51c770d](https://github.com/stencila/basha/commit/51c770dc39208d9c26a9f3c34e4a06654d59a1e4)) + ## [0.3.12](https://github.com/stencila/basha/compare/v0.3.11...v0.3.12) (2020-08-05) diff --git a/package-lock.json b/package-lock.json index 99f7d69..2a58d0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@stencila/basha", - "version": "0.3.12", + "version": "0.3.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8f5f85a..4e19948 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencila/basha", - "version": "0.3.12", + "version": "0.3.13", "description": "Bash interpreter for executable documents", "main": "dist/index.js", "bin": "dist/index.js",