Skip to content

Commit e3b23a5

Browse files
committed
Publish 3.2.2
SHA256 hashes: jlab-enhanced-favorites-3.2.2.tgz: a61d04095d203c8b1aa805f6c6899d07129c41cfe1387c741dc71faa08315fa4 jupyterlab_favorites-3.2.2-py3-none-any.whl: 2e79864c42ef65b0a6a495a388a5a42b7325f8f9080b24137eff1c5ee8998853 jupyterlab_favorites-3.2.2.tar.gz: 5788898b859cc79e0717eeb801a156a0038ee5ce7b8bca8eeb2c19bd8b554f04
1 parent 6ce4b99 commit e3b23a5

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 3.2.2
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-favorites/compare/v3.2.1...6ce4b99004411eefe9c5eedd8eb53105eced49fa))
8+
9+
### Bugs fixed
10+
11+
- Allow to omit the `root` attribute in settings [#26](https://github.com/jupyterlab-contrib/jupyterlab-favorites/pull/26) ([@krassowski](https://github.com/krassowski))
12+
13+
### Documentation improvements
14+
15+
- Update README.md [#24](https://github.com/jupyterlab-contrib/jupyterlab-favorites/pull/24) ([@krassowski](https://github.com/krassowski))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-favorites/graphs/contributors?from=2023-11-13&to=2024-03-21&type=c))
20+
21+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-favorites+involves%3Agithub-actions+updated%3A2023-11-13..2024-03-21&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-favorites+involves%3Akrassowski+updated%3A2023-11-13..2024-03-21&type=Issues)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 3.2.1
626

727
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-favorites/compare/v3.2.0...93429578260e2c5803640a407de555a1acaca81f))
@@ -20,8 +40,6 @@
2040

2141
[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-favorites+involves%3Afcollonval+updated%3A2023-10-22..2023-11-13&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-favorites+involves%3Agithub-actions+updated%3A2023-10-22..2023-11-13&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-favorites+involves%3Akrassowski+updated%3A2023-10-22..2023-11-13&type=Issues)
2242

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2543
## 3.2.0
2644

2745
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-favorites/compare/v3.1.1...8a040198a60f799217a3cd4afe7f24c05adf0bd9))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jlab-enhanced/favorites",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "Add the ability to save favorite folders to JupyterLab for quicker browsing",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)