File tree Expand file tree Collapse file tree 3 files changed +25
-7
lines changed Expand file tree Collapse file tree 3 files changed +25
-7
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,31 @@ Jupyterlab extension
14
14
15
15
No changes.
16
16
17
+ 1.4.1 2021-01-01
18
+ ================
19
+
20
+ Server extension
21
+ ----------------
22
+
23
+ No changes.
24
+
25
+ Jupyterlab extension
26
+ --------------------
27
+
28
+ No changes.
29
+
30
+ General
31
+ -------
32
+
33
+ * Fix package publish procedure;
34
+
17
35
1.4.0 2021-01-01
18
36
================
19
37
20
38
Server extension
21
39
----------------
22
40
23
- No change .
41
+ No changes .
24
42
25
43
Jupyterlab extension
26
44
--------------------
@@ -38,7 +56,7 @@ General
38
56
Server extension
39
57
----------------
40
58
41
- No change .
59
+ No changes .
42
60
43
61
Jupyterlab extension
44
62
--------------------
@@ -277,7 +295,7 @@ Server extension
277
295
Jupyterlab extension
278
296
--------------------
279
297
280
- No change .
298
+ No changes .
281
299
282
300
1.0.1 2019-12-01
283
301
================
@@ -369,7 +387,7 @@ Server extension
369
387
Jupyterlab extension
370
388
--------------------
371
389
372
- No change .
390
+ No changes .
373
391
374
392
375
393
0.5.1 2019-09-09
@@ -384,7 +402,7 @@ Server extension
384
402
Jupyterlab extension
385
403
--------------------
386
404
387
- No change .
405
+ No changes .
388
406
389
407
0.5.0 2019-08-21
390
408
================
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ryantam626/jupyterlab_code_formatter" ,
3
- "version" : " 1.4.0 " ,
3
+ "version" : " 1.4.1 " ,
4
4
"description" : " Code formatter for JupyterLab." ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ export namespace Constants {
10
10
export const SETTINGS_SECTION = `${ LONG_PLUGIN_NAME } :settings` ;
11
11
export const COMMAND_SECTION_NAME = 'Jupyterlab Code Formatter' ;
12
12
// TODO: Use package.json info
13
- export const PLUGIN_VERSION = '1.4.0 ' ;
13
+ export const PLUGIN_VERSION = '1.4.1 ' ;
14
14
}
You can’t perform that action at this time.
0 commit comments