Skip to content

Commit

Permalink
Bump to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvine committed Jan 28, 2021
1 parent 393943f commit 868b0cb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# notebook.js `v0.6.0`
# notebook.js `v0.6.1`

Notebook.js parses raw [Jupyter](http://jupyter.org/)/[IPython](http://ipython.org/) notebooks, and lets you render them as HTML. See a __[working demo here](https://jsvine.github.io/nbpreview/)__.

Expand Down
3 changes: 1 addition & 2 deletions notebook.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// notebook.js 0.6.0
// http://github.com/jsvine/notebookjs
// notebook.js may be freely distributed under the MIT license.
(function () {
var VERSION = "0.6.0";
var VERSION = "0.6.1";
var root = this;
var isBrowser = root.window !== undefined;
var doc;
Expand Down
2 changes: 1 addition & 1 deletion notebook.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "notebookjs",
"version": "0.6.0",
"version": "0.6.1",
"description": "Parse and render IPython/Jupyter notebooks.",
"main": "notebook.js",
"homepage": "https://github.com/jsvine/notebookjs",
Expand Down

0 comments on commit 868b0cb

Please sign in to comment.