Skip to content

Commit 5486651

Browse files
committed
Publish 2.1.0
SHA256 hashes: jupyterlab-quickopen-2.1.0.tgz: bf5447db2c1df0994e682d414b60dfef472110e9a657e55e4c6dc603217ef69e jupyterlab_quickopen-2.1.0-py3-none-any.whl: a45609d1c723f5eebb92c60108aba6dbfeec793e30042750cb5bd44daac639cc jupyterlab_quickopen-2.1.0.tar.gz: 406c9fd510b367f6832bbddda6b63e7923612de7e49d0ab7228be19d15f7bf62
1 parent 771dd09 commit 5486651

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

CHANGELOG.md

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

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

5+
## 2.1.0
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/compare/v2.0.2...771dd0923dca17ffd240385205f3ce38a674291d))
8+
9+
### Enhancements made
10+
11+
- Allow for frontend driven indexing [#71](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/pull/71) ([@jtpio](https://github.com/jtpio))
12+
- Extract server functionality to a separate plugin [#69](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/pull/69) ([@jtpio](https://github.com/jtpio))
13+
14+
### Maintenance and upkeep improvements
15+
16+
- Better handling of disposable [#70](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/pull/70) ([@jtpio](https://github.com/jtpio))
17+
- Add `packageManager` to package.json [#67](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/pull/67) ([@jtpio](https://github.com/jtpio))
18+
- Bump cross-spawn from 6.0.5 to 6.0.6 [#66](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/pull/66) ([@dependabot](https://github.com/dependabot))
19+
20+
### Documentation improvements
21+
22+
- Add JupyterLite badge to README [#73](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/pull/73) ([@jtpio](https://github.com/jtpio))
23+
24+
### Contributors to this release
25+
26+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/graphs/contributors?from=2024-10-21&to=2025-09-02&type=c))
27+
28+
[@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-quickopen+involves%3Adependabot+updated%3A2024-10-21..2025-09-02&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-quickopen+involves%3Agithub-actions+updated%3A2024-10-21..2025-09-02&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-quickopen+involves%3Ajtpio+updated%3A2024-10-21..2025-09-02&type=Issues)
29+
30+
<!-- <END NEW CHANGELOG ENTRY> -->
31+
532
## 2.0.2
633

734
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/compare/v2.0.1...3c730b09842fa5fcc3245890ab96d681d1855047))
@@ -16,8 +43,6 @@
1643

1744
[@yjoer](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-quickopen+involves%3Ayjoer+updated%3A2024-10-09..2024-10-21&type=Issues)
1845

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2146
## 2.0.1
2247

2348
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/compare/v2.0.0...367d06e09d546089dfe6ea168ba7ccc91f51fcd1))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-quickopen",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"description": "Quickly open a file in JupyterLab by part of its name",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)