diff --git a/CHANGELOG.md b/CHANGELOG.md index a8dba12..5296172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +### `0.3.1` + +- [#16](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/16) Rename npm package + ### `0.3.0` - [#9](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/9) Fix CI installation diff --git a/dodo.py b/dodo.py index ed3f769..778d2dd 100644 --- a/dodo.py +++ b/dodo.py @@ -24,8 +24,8 @@ class C: NPM_NAME = "jupyterlab-slideshow" - OLD_VERSION = "0.2.1" - VERSION = "0.3.0" + OLD_VERSION = "0.3.0" + VERSION = "0.3.1" JS_VERSION = ( VERSION.replace("a", "-alpha.").replace("b", "-beta.").replace("rc", "-rc.") ) diff --git a/js/jupyterlab-slideshow/README.md b/js/jupyterlab-slideshow/README.md index 48624b2..8f1878a 100644 --- a/js/jupyterlab-slideshow/README.md +++ b/js/jupyterlab-slideshow/README.md @@ -2,7 +2,7 @@ --- -# `jupyterlab-slideshow` +# jupyterlab-slideshow