Skip to content

Commit 5839bd9

Browse files
committed
Release 0.3.2
1 parent bcd6203 commit 5839bd9

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.githubactivity.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"target": "manics/jupyter-offlinenotebook"
3+
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v0.3.2 2025-10-01
2+
3+
([full changelog](https://github.com/manics/jupyter-offlinenotebook/compare/v0.3.1...v0.3.2))
4+
5+
## Bug fixes
6+
7+
- Fix missing JupyterHub XSRF in config request [#646](https://github.com/manics/jupyter-offlinenotebook/pull/646) ([@manics](https://github.com/manics))
8+
19
# 0.3.1 2024-02-12
210

311
([full changelog](https://github.com/manics/jupyter-offlinenotebook/compare/v0.3.0...v0.3.1))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-offlinenotebook",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "JupyterLab offline-notebook extension.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)