Skip to content

Commit b68d346

Browse files
committed
Publish 3.4.0
SHA256 hashes: hadim-jupyter-archive-3.4.0.tgz: 15eb5d1f789badf1b0e28e8484186ebcac7be29066148bb4361f549bb32c4210 jupyter_archive-3.4.0-py3-none-any.whl: ac8562c20971c741a2dc9c5c160a0b5d27a54700db977906a21549fd2e29109b jupyter_archive-3.4.0.tar.gz: 9bf0170e0b45ac83fc46cbf1abc60f40ced5aacf0b5a1dae465eb3bdabaf17e9
1 parent 4e65950 commit b68d346

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,22 @@
22

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

5+
## 3.4.0
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-archive/compare/v3.3.4...4e65950cb8d7818f04d855e9cea7ee6aa84da053))
8+
9+
### Bugs fixed
10+
11+
- Upgrade for JupyterLab 4 and notebook 7 [#118](https://github.com/jupyterlab-contrib/jupyter-archive/pull/118) ([@fcollonval](https://github.com/fcollonval))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Bump loader-utils from 2.0.0 to 2.0.4 [#120](https://github.com/jupyterlab-contrib/jupyter-archive/pull/120) ([@dependabot](https://github.com/dependabot))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyter-archive/graphs/contributors?from=2023-01-08&to=2023-08-15&type=c))
20+
21+
[@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-archive+involves%3Adependabot+updated%3A2023-01-08..2023-08-15&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-archive+involves%3Afcollonval+updated%3A2023-01-08..2023-08-15&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-archive+involves%3Agithub-actions+updated%3A2023-01-08..2023-08-15&type=Issues)
22+
523
<!-- <END NEW CHANGELOG ENTRY> -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hadim/jupyter-archive",
3-
"version": "3.3.4",
3+
"version": "3.4.0",
44
"description": "A JupyterLab extension to make, download and extract archive files.",
55
"keywords": [
66
"jupyter",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9772,11 +9772,11 @@ __metadata:
97729772

97739773
"typescript@patch:typescript@~5.0.2#~builtin<compat/typescript>":
97749774
version: 5.0.4
9775-
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=b5f058"
9775+
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=85af82"
97769776
bin:
97779777
tsc: bin/tsc
97789778
tsserver: bin/tsserver
9779-
checksum: d26b6ba97b6d163c55dbdffd9bbb4c211667ebebc743accfeb2c8c0154aace7afd097b51165a72a5bad2cf65a4612259344ff60f8e642362aa1695c760d303ac
9779+
checksum: bb309d320c59a26565fb3793dba550576ab861018ff3fd1b7fccabbe46ae4a35546bc45f342c0a0b6f265c801ccdf64ffd68f548f117ceb7f0eac4b805cd52a9
97809780
languageName: node
97819781
linkType: hard
97829782

0 commit comments

Comments
 (0)