diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d352af..8e5f028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,27 @@ +## 0.5.0 + +([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-night/compare/0.4.6...6757e0fc3c42182db46f8161ee7c160bac69958b)) + +### Enhancements made + +- Update font handling [#17](https://github.com/jupyterlab-contrib/jupyterlab-night/pull/17) ([@jtpio](https://github.com/jtpio)) + +### Maintenance and upkeep improvements + +- Update links to the repo [#19](https://github.com/jupyterlab-contrib/jupyterlab-night/pull/19) ([@jtpio](https://github.com/jtpio)) +- Update to JupyterLab 4 template [#16](https://github.com/jupyterlab-contrib/jupyterlab-night/pull/16) ([@jtpio](https://github.com/jtpio)) + +### Documentation improvements + +- Add acknowledgements to the README [#18](https://github.com/jupyterlab-contrib/jupyterlab-night/pull/18) ([@jtpio](https://github.com/jtpio)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-night/graphs/contributors?from=2022-12-15&to=2024-12-11&type=c)) + +[@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-night+involves%3Agithub-actions+updated%3A2022-12-15..2024-12-11&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-night+involves%3Ajtpio+updated%3A2022-12-15..2024-12-11&type=Issues) + diff --git a/jupyterlab_night/_version.py b/jupyterlab_night/_version.py index ebb3508..906ff00 100644 --- a/jupyterlab_night/_version.py +++ b/jupyterlab_night/_version.py @@ -1,4 +1,4 @@ # This file is auto-generated by Hatchling. As such, do not: # - modify # - track in version control e.g. be sure to add to .gitignore -__version__ = VERSION = '0.4.6' +__version__ = VERSION = '0.5.0' diff --git a/package.json b/package.json index d72c2b3..d11679c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-night", - "version": "0.4.6", + "version": "0.5.0", "description": "Dark theme for JupyterLab", "keywords": [ "jupyter",