diff --git a/CHANGELOG.md b/CHANGELOG.md index b861f1d..ad7db70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ +## 3.2.2 + +([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-favorites/compare/v3.2.1...6ce4b99004411eefe9c5eedd8eb53105eced49fa)) + +### Bugs fixed + +- Allow to omit the `root` attribute in settings [#26](https://github.com/jupyterlab-contrib/jupyterlab-favorites/pull/26) ([@krassowski](https://github.com/krassowski)) + +### Documentation improvements + +- Update README.md [#24](https://github.com/jupyterlab-contrib/jupyterlab-favorites/pull/24) ([@krassowski](https://github.com/krassowski)) + +### Contributors to this release + +([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)) + +[@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) + + + ## 3.2.1 ([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-favorites/compare/v3.2.0...93429578260e2c5803640a407de555a1acaca81f)) @@ -20,8 +40,6 @@ [@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) - - ## 3.2.0 ([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-favorites/compare/v3.1.1...8a040198a60f799217a3cd4afe7f24c05adf0bd9)) diff --git a/package.json b/package.json index 0c6d0ef..b913778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jlab-enhanced/favorites", - "version": "3.2.1", + "version": "3.2.2", "description": "Add the ability to save favorite folders to JupyterLab for quicker browsing", "keywords": [ "jupyter",