Skip to content

Commit

Permalink
Bumped version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagobasulto committed Apr 15, 2024
1 parent 16db1f7 commit e247769
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,13 @@ jupyter lab

With the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).

### Uninstall
### Publishing

* Update version in `package.json`
* Run `jlpm run build`
* Run `hatch build` and `hatch publish`

### Uninstall

Delete the extension folder direction from the installation directory:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-notebook-autosave",
"version": "0.1.0",
"version": "0.2.0",
"description": "A JupyterLab extension that will autosave your open Notebook.",
"keywords": [
"jupyter",
Expand Down

0 comments on commit e247769

Please sign in to comment.