Skip to content

Commit 518dc9a

Browse files
committed
Publish 2.4.1
SHA256 hashes: jupyterlab-myst-2.4.1.tgz: 06eb8311a7188c22973e19ed2aa22dfc3a4bbc7d98d4546d99176b8854292961 jupyterlab_myst-2.4.1-py3-none-any.whl: 7ae77d58f2749e8e18a94bf9edb65b006fe9548666202de29e1feb6d860ba43e jupyterlab_myst-2.4.1.tar.gz: a4c2f55f7a620a26cd71f25c3098806608f986c16c45b6e874b53c60a501be00
1 parent 1f6f5df commit 518dc9a

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

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

5+
## 2.4.1
6+
7+
([Full Changelog](https://github.com/executablebooks/jupyterlab-myst/compare/v2.4.0...004f6c1e7fc91632892ccecc4ef1f11f80e39547))
8+
9+
### Enhancements made
10+
11+
- ENH: add more grid directives [#235](https://github.com/executablebooks/jupyterlab-myst/pull/235) ([@agoose77](https://github.com/agoose77))
12+
13+
### Bugs fixed
14+
15+
- FIX: use `linkify` in parser [#236](https://github.com/executablebooks/jupyterlab-myst/pull/236) ([@agoose77](https://github.com/agoose77))
16+
- FIX: set font-size once! [#234](https://github.com/executablebooks/jupyterlab-myst/pull/234) ([@agoose77](https://github.com/agoose77))
17+
18+
### Contributors to this release
19+
20+
([GitHub contributors page for this release](https://github.com/executablebooks/jupyterlab-myst/graphs/contributors?from=2024-04-24&to=2024-04-25&type=c))
21+
22+
[@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)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 2.4.0
627

728
([Full Changelog](https://github.com/executablebooks/jupyterlab-myst/compare/v2.3.2...271d0e46ded4ccce1f75f5fab84602b172c58092))
@@ -16,8 +37,6 @@
1637

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

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2140
## 2.3.2
2241

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-myst",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Use MyST in JupyterLab",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)