diff --git a/CHANGELOG.md b/CHANGELOG.md index afa655b..48ec895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## 1.1.1 + +([Full Changelog](https://github.com/executablebooks/jupyterlab-myst/compare/v1.1.0...a942911c786d49b259759b8a9fd72b27e9253bc9)) + +### Enhancements made + +- Render plain-text without quotations [#103](https://github.com/executablebooks/jupyterlab-myst/pull/103) ([@agoose77](https://github.com/agoose77)) +- Update inline example. [#98](https://github.com/executablebooks/jupyterlab-myst/pull/98) ([@fperez](https://github.com/fperez)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/executablebooks/jupyterlab-myst/graphs/contributors?from=2023-02-22&to=2023-02-27&type=c)) + +[@agoose77](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Aagoose77+updated%3A2023-02-22..2023-02-27&type=Issues) | [@fperez](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Afperez+updated%3A2023-02-22..2023-02-27&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Agithub-actions+updated%3A2023-02-22..2023-02-27&type=Issues) | [@rowanc1](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Arowanc1+updated%3A2023-02-22..2023-02-27&type=Issues) | [@welcome](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Awelcome+updated%3A2023-02-22..2023-02-27&type=Issues) + + + ## 1.1.0 ([Full Changelog](https://github.com/executablebooks/jupyterlab-myst/compare/v1.0.1...35226db9d5292496312f5566479a0fee206e8e38)) @@ -22,8 +39,6 @@ [@github-actions](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Agithub-actions+updated%3A2023-02-15..2023-02-22&type=Issues) | [@rowanc1](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Arowanc1+updated%3A2023-02-15..2023-02-22&type=Issues) - - ## 1.0.1 ([Full Changelog](https://github.com/executablebooks/jupyterlab-myst/compare/v1.0.0...d266dab97266eefc69ad30ffc151664b928c8d00)) diff --git a/package.json b/package.json index 811c785..402308e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-myst", - "version": "1.1.0", + "version": "1.1.1", "description": "Use MyST in JupyterLab", "keywords": [ "jupyter",