Skip to content

Commit d04c8c6

Browse files
committed
Publish 0.3.4
1 parent aa541da commit d04c8c6

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.3.4
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-unfold/compare/v0.3.3...aa541da2d8e4a97138e12a4099ce0e5431de00c0))
8+
9+
### Bugs fixed
10+
11+
- fix pathChanged signal to emit correct newValue [#63](https://github.com/jupyterlab-contrib/jupyterlab-unfold/pull/63) ([@michaelchia](https://github.com/michaelchia))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Fixing CI [#64](https://github.com/jupyterlab-contrib/jupyterlab-unfold/pull/64) ([@martinRenou](https://github.com/martinRenou))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-unfold/graphs/contributors?from=2025-01-23&to=2025-05-20&type=c))
20+
21+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-unfold+involves%3Agithub-actions+updated%3A2025-01-23..2025-05-20&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-unfold+involves%3AmartinRenou+updated%3A2025-01-23..2025-05-20&type=Issues) | [@michaelchia](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-unfold+involves%3Amichaelchia+updated%3A2025-01-23..2025-05-20&type=Issues)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 0.3.3
626

727
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-unfold/compare/v0.3.2...b3eefd2fd60a6973f6d6601821c744e33ba96ca2))
@@ -20,8 +40,6 @@
2040

2141
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-unfold+involves%3Agithub-actions+updated%3A2024-05-31..2025-01-23&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-unfold+involves%3Akrassowski+updated%3A2024-05-31..2025-01-23&type=Issues) | [@potoo0](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-unfold+involves%3Apotoo0+updated%3A2024-05-31..2025-01-23&type=Issues)
2242

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2543
## 0.3.2
2644

2745
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-unfold/compare/v0.3.1...f8bcc5481cdf0e709604db646c2fcf533f02a9af))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-unfold",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "A vscode-like file browser",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)