Skip to content

Commit

Permalink
Bump to v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvine committed Jan 30, 2021
1 parent f347399 commit 4df1880
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.1`
# notebook.js `v0.6.2`

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
2 changes: 1 addition & 1 deletion notebook.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// http://github.com/jsvine/notebookjs
// notebook.js may be freely distributed under the MIT license.
(function () {
var VERSION = "0.6.1";
var VERSION = "0.6.2";
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.1",
"version": "0.6.2",
"description": "Parse and render IPython/Jupyter notebooks.",
"main": "notebook.js",
"homepage": "https://github.com/jsvine/notebookjs",
Expand Down

0 comments on commit 4df1880

Please # to comment.