Skip to content

Commit

Permalink
Publish 2.3.2
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyterlab-myst-2.3.2.tgz: c7b16ca2ed610eb01ad901c3351c8312c11486f994d856348f17f20d3a3a6bfd

jupyterlab_myst-2.3.2-py3-none-any.whl: eeacb0e3e3460de41b376c0a324d5dca822a17dc32e7c01537f9fe416952319a

jupyterlab_myst-2.3.2.tar.gz: 9ef601cbbde3a4a7c3b404fad43c5e0534f2cbb86f8de4c3596f329b7c295094
  • Loading branch information
rowanc1 committed Mar 28, 2024
1 parent 57b7037 commit 8d18ce2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 2.3.2

([Full Changelog](https://github.com/executablebooks/jupyterlab-myst/compare/v2.3.1...57b7037efa6c50386c0555b32d974ab7033fff85))

### Bugs fixed

- use not checked instead of == to hopefully make the linter happy? [#228](https://github.com/executablebooks/jupyterlab-myst/pull/228) ([@batpad](https://github.com/batpad))
- fix: don't render list items as task items [#223](https://github.com/executablebooks/jupyterlab-myst/pull/223) ([@tavin](https://github.com/tavin))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/executablebooks/jupyterlab-myst/graphs/contributors?from=2024-02-15&to=2024-03-28&type=c))

[@batpad](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Abatpad+updated%3A2024-02-15..2024-03-28&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Agithub-actions+updated%3A2024-02-15..2024-03-28&type=Issues) | [@rowanc1](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Arowanc1+updated%3A2024-02-15..2024-03-28&type=Issues) | [@tavin](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Atavin+updated%3A2024-02-15..2024-03-28&type=Issues) | [@welcome](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Awelcome+updated%3A2024-02-15..2024-03-28&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 2.3.1

([Full Changelog](https://github.com/executablebooks/jupyterlab-myst/compare/v2.3.0...7b773501c7810764b2ce5edba206fe53a33b674c))
Expand All @@ -16,8 +33,6 @@

[@agoose77](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyterlab-myst+involves%3Aagoose77+updated%3A2024-02-15..2024-02-15&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 2.3.0

([Full Changelog](https://github.com/executablebooks/jupyterlab-myst/compare/v2.1.0...b0191baacaefacded0f60679c0e6a596c7fd4377))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-myst",
"version": "2.3.1",
"version": "2.3.2",
"description": "Use MyST in JupyterLab",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 8d18ce2

Please sign in to comment.