Skip to content

Commit

Permalink
chore(release): 0.30.0
Browse files Browse the repository at this point in the history
# [0.30.0](stencila/schema@v0.29.0...v0.30.0) (2019-10-17)

### Bug Fixes

* Fix version getting in setup.py ([ee6ef34](stencila/schema@ee6ef34))
* Fixed floating promise in main() call ([ade2abe](stencila/schema@ade2abe))

### Features

* Added deregister method ([f4c3bd8](stencila/schema@f4c3bd8))
* Added listen command for Interpreter ([32d70c9](stencila/schema@32d70c9))
* Added Node execution engine/delegator ([7ab2c91](stencila/schema@7ab2c91))
* Added TS/Py interpreter loops ([1898d99](stencila/schema@1898d99))
  • Loading branch information
stencila-ci committed Oct 17, 2019
1 parent 3052ea2 commit e565a18
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [0.30.0](https://github.com/stencila/schema/compare/v0.29.0...v0.30.0) (2019-10-17)


### Bug Fixes

* Fix version getting in setup.py ([ee6ef34](https://github.com/stencila/schema/commit/ee6ef34))
* Fixed floating promise in main() call ([ade2abe](https://github.com/stencila/schema/commit/ade2abe))


### Features

* Added deregister method ([f4c3bd8](https://github.com/stencila/schema/commit/f4c3bd8))
* Added listen command for Interpreter ([32d70c9](https://github.com/stencila/schema/commit/32d70c9))
* Added Node execution engine/delegator ([7ab2c91](https://github.com/stencila/schema/commit/7ab2c91))
* Added TS/Py interpreter loops ([1898d99](https://github.com/stencila/schema/commit/1898d99))

# [0.29.0](https://github.com/stencila/schema/compare/v0.28.0...v0.29.0) (2019-09-10)


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/schema",
"version": "0.29.0",
"version": "0.30.0",
"description": "Stencila schema and other specifications",
"files": [
"dist"
Expand Down

0 comments on commit e565a18

Please sign in to comment.