Skip to content

Commit

Permalink
⬆️ Bumped version and updated changelog (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed May 4, 2021
1 parent c59553f commit 96c07f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.1.1 (2021-05-04)

- Fixed bug that saved notebooks on cell focus change
- Added feature to save notebooks on cell focus change

## 0.1.0 (2021-05-01)

- First release on PyPI.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab_autosave_on_focus_change",
"version": "0.1.0",
"version": "0.1.1",
"description": "Jupyterlab extension to autosave files on focus change",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
lab_path = HERE / name / "labextension"

# Representative files that should exist after a successful build
ensured_targets = [str(lab_path / "package.json"), str(lab_path / "static/style.js")]
ensured_targets = [str(lab_path / "package.json")]

labext_name = "jupyterlab_autosave_on_focus_change"

Expand Down

0 comments on commit 96c07f4

Please sign in to comment.