Skip to content

Commit 8d15502

Browse files
committed
Publish 3.1.0
SHA256 hashes: lckr-jupyterlab_variableinspector-3.1.0.tgz: b49a460975b8f0f23798aaab050f913f84e7a90430dcfb33afedbb098253f6d1 lckr_jupyterlab_variableinspector-3.1.0-py3-none-any.whl: 1a8354df11f3be5df387035b2417deda062b52f5622d1ef59097cbe08d97b81c lckr_jupyterlab_variableinspector-3.1.0.tar.gz: 0733fff6b78658cc4237076d105c9d19499a204deb1b800ffa65c23d236e722a
1 parent 13134a8 commit 8d15502

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,26 @@
22

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

5+
## 3.1.0
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/compare/v3.0.7...13134a81cc4c78b40f52e8b7a8b2b2f4a0b42a4b))
8+
9+
### Bugs fixed
10+
11+
- Fix README [#289](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/pull/289) ([@fcollonval](https://github.com/fcollonval))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- JupyterLab4 compatibility draft: Dependency updates and typescript code changes [#270](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/pull/270) ([@ericsnekbytes](https://github.com/ericsnekbytes))
16+
17+
### Documentation improvements
18+
19+
- Fix README [#289](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/pull/289) ([@fcollonval](https://github.com/fcollonval))
20+
21+
### Contributors to this release
22+
23+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector/graphs/contributors?from=2021-04-10&to=2023-11-04&type=c))
24+
25+
[@ericsnekbytes](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3Aericsnekbytes+updated%3A2021-04-10..2023-11-04&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3Afcollonval+updated%3A2021-04-10..2023-11-04&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3Agithub-actions+updated%3A2021-04-10..2023-11-04&type=Issues) | [@lckr](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-variableInspector+involves%3Alckr+updated%3A2021-04-10..2023-11-04&type=Issues)
26+
527
<!-- <END NEW CHANGELOG ENTRY> -->

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lckr/jupyterlab_variableinspector",
3-
"version": "3.0.9",
3+
"version": "3.1.0",
44
"description": "Variable inspector extension for JupyterLab",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)