Skip to content

Commit

Permalink
chore(release): 0.2.4 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.4](v0.2.3...v0.2.4) (2021-03-11)

### Bug Fixes

* **Build:** Specify CommonJS; add test that register runs ([4c6761b](4c6761b))
  • Loading branch information
stencila-ci committed Mar 11, 2021
1 parent 4c6761b commit f9683d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.2.4](https://github.com/stencila/jupita/compare/v0.2.3...v0.2.4) (2021-03-11)


### Bug Fixes

* **Build:** Specify CommonJS; add test that register runs ([4c6761b](https://github.com/stencila/jupita/commit/4c6761b17315318914eb9a203abb8fb93df8f7d4))

## [0.2.3](https://github.com/stencila/jupita/compare/v0.2.2...v0.2.3) (2021-02-19)


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/jupita",
"version": "0.2.3",
"version": "0.2.4",
"description": "Jupyter interpreter for executable documents",
"main": "dist/index.js",
"bin": "dist/index.js",
Expand Down

0 comments on commit f9683d9

Please sign in to comment.