Skip to content

Commit

Permalink
chore(release): 0.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.6.0](v0.5.0...v0.6.0) (2019-10-28)

### Bug Fixes

* **Dependencies:** Upgrade Schema and make adjustments accordingly ([8f64e32](8f64e32))
* **HttpClient:** Use logga log ([70d3d83](70d3d83))

### Features

* **HTTP and Websocket servers:** Pass JWT payloads to executor's receive method ([75b2a29](75b2a29))
  • Loading branch information
stencila-ci committed Oct 28, 2019
1 parent f7ad260 commit 4ae78d6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [0.6.0](https://github.com/stencila/executa/compare/v0.5.0...v0.6.0) (2019-10-28)


### Bug Fixes

* **Dependencies:** Upgrade Schema and make adjustments accordingly ([8f64e32](https://github.com/stencila/executa/commit/8f64e32099b169905e1a5d29e84f8b76a56dae61))
* **HttpClient:** Use logga log ([70d3d83](https://github.com/stencila/executa/commit/70d3d832c457eadb6477f5d18cad21a3619817e1))


### Features

* **HTTP and Websocket servers:** Pass JWT payloads to executor's receive method ([75b2a29](https://github.com/stencila/executa/commit/75b2a29d76d2f4a489b25e309fe5e1cd55f02f14))

# [0.5.0](https://github.com/stencila/executa/compare/v0.4.0...v0.5.0) (2019-10-23)


Expand Down
2 changes: 1 addition & 1 deletion 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/executa",
"version": "0.5.0",
"version": "0.6.0",
"description": "Execution delegator for various language backends.",
"main": "./dist/lib/index.js",
"browser": "./dist/browser/index.js",
Expand Down

0 comments on commit 4ae78d6

Please sign in to comment.