diff --git a/CHANGELOG.md b/CHANGELOG.md index 533bba8..532f04e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ +## 2.4.1 + +([Full Changelog](https://github.com/executablebooks/jupyterlab-myst/compare/v2.4.0...004f6c1e7fc91632892ccecc4ef1f11f80e39547)) + +### Enhancements made + +- ENH: add more grid directives [#235](https://github.com/executablebooks/jupyterlab-myst/pull/235) ([@agoose77](https://github.com/agoose77)) + +### Bugs fixed + +- FIX: use `linkify` in parser [#236](https://github.com/executablebooks/jupyterlab-myst/pull/236) ([@agoose77](https://github.com/agoose77)) +- FIX: set font-size once! [#234](https://github.com/executablebooks/jupyterlab-myst/pull/234) ([@agoose77](https://github.com/agoose77)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/executablebooks/jupyterlab-myst/graphs/contributors?from=2024-04-24&to=2024-04-25&type=c)) + +[@agoose77](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Aagoose77+updated%3A2024-04-24..2024-04-25&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Agithub-actions+updated%3A2024-04-24..2024-04-25&type=Issues) + + + ## 2.4.0 ([Full Changelog](https://github.com/executablebooks/jupyterlab-myst/compare/v2.3.2...271d0e46ded4ccce1f75f5fab84602b172c58092)) @@ -16,8 +37,6 @@ [@agoose77](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Aagoose77+updated%3A2024-03-28..2024-04-24&type=Issues) - - ## 2.3.2 ([Full Changelog](https://github.com/executablebooks/jupyterlab-myst/compare/v2.3.1...57b7037efa6c50386c0555b32d974ab7033fff85)) diff --git a/package.json b/package.json index c6dfca5..4deca44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-myst", - "version": "2.4.0", + "version": "2.4.1", "description": "Use MyST in JupyterLab", "keywords": [ "jupyter",