Skip to content

Commit c47e767

Browse files
committed
Publish 0.3.0
SHA256 hashes: jupyterlab-open-url-parameter-0.3.0.tgz: f47abca84716304e0488830aafecf8b7a48b0776c9642d400ec56b938005c1fb jupyterlab_open_url_parameter-0.3.0-py3-none-any.whl: 5c294da40f269e03e0fb4b6febad511e241f1619a1d294af3922129c64398344 jupyterlab_open_url_parameter-0.3.0.tar.gz: 30d85150a7dd2189f2807dd6c978746ecb3adcca11757c9130def129e77778af
1 parent 7d144fe commit c47e767

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.3.0
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-open-url-parameter/compare/v0.2.0...7d144fe480286c662104a25a5bed1f6952b472ee))
8+
9+
### Enhancements made
10+
11+
- Improve integration with Notebook 7 [#16](https://github.com/jupyterlab-contrib/jupyterlab-open-url-parameter/pull/16) ([@jtpio](https://github.com/jtpio))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-open-url-parameter/graphs/contributors?from=2024-01-15&to=2024-02-15&type=c))
16+
17+
[@jtpio](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-open-url-parameter+involves%3Ajtpio+updated%3A2024-01-15..2024-02-15&type=Issues) | [@yuvipanda](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-open-url-parameter+involves%3Ayuvipanda+updated%3A2024-01-15..2024-02-15&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.2.0
622

723
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-open-url-parameter/compare/v0.1.0...0340db71b9d54dc0238fa79f17dfe50e98078d58))
@@ -28,8 +44,6 @@
2844

2945
[@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-open-url-parameter+involves%3Adependabot+updated%3A2023-04-06..2024-01-15&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-open-url-parameter+involves%3Agithub-actions+updated%3A2023-04-06..2024-01-15&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-open-url-parameter+involves%3Ajtpio+updated%3A2023-04-06..2024-01-15&type=Issues) | [@yuvipanda](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-open-url-parameter+involves%3Ayuvipanda+updated%3A2023-04-06..2024-01-15&type=Issues)
3046

31-
<!-- <END NEW CHANGELOG ENTRY> -->
32-
3347
## 0.1.0
3448

3549
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-open-url-parameter/compare/49b6de109486817ee3abaf253cd2c6f0f04c54cc...cb8aa69ee7e20f413fa93a85c848d03e8640a0a9))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-open-url-parameter",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "JupyterLab extension to open files passed via a URL parameter",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)