diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d844b1..69eb089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ +## 4.0.1 + +([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-tour/compare/v4.0.0...3b3901ec4136e42a6d5f28e4fd0bd9f6f2fab791)) + +### Bugs fixed + +- Use existing server settings when creating the `ConfigSection` [#85](https://github.com/jupyterlab-contrib/jupyterlab-tour/pull/85) ([@jtpio](https://github.com/jtpio)) + +### Maintenance and upkeep improvements + +- Bump ip from 2.0.0 to 2.0.1 [#84](https://github.com/jupyterlab-contrib/jupyterlab-tour/pull/84) ([@dependabot](https://github.com/dependabot)) +- Bump ip from 2.0.0 to 2.0.1 in /ui-tests [#83](https://github.com/jupyterlab-contrib/jupyterlab-tour/pull/83) ([@dependabot](https://github.com/dependabot)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-tour/graphs/contributors?from=2023-11-08&to=2024-02-29&type=c)) + +[@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-tour+involves%3Adependabot+updated%3A2023-11-08..2024-02-29&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-tour+involves%3Agithub-actions+updated%3A2023-11-08..2024-02-29&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-tour+involves%3Ajtpio+updated%3A2023-11-08..2024-02-29&type=Issues) + + + ## 4.0.0 ([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-tour/compare/v3.1.4...fd7eecc2f6454a4ef504173ee818da4f4ee6bf69)) @@ -55,5 +76,3 @@ [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-tour+involves%3Afcollonval+updated%3A2021-10-31..2023-11-08&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-tour+involves%3Agithub-actions+updated%3A2021-10-31..2023-11-08&type=Issues) - - diff --git a/package.json b/package.json index 40ff950..7aff877 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-tour", - "version": "4.0.0", + "version": "4.0.1", "description": "A JupyterLab UI Tour.", "keywords": [ "jupyter",