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
1414
1515No changes.
1616
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+
17351.4.0 2021-01-01
1836================
1937
2038Server extension
2139----------------
2240
23- No change .
41+ No changes .
2442
2543Jupyterlab extension
2644--------------------
@@ -38,7 +56,7 @@ General
3856Server extension
3957----------------
4058
41- No change .
59+ No changes .
4260
4361Jupyterlab extension
4462--------------------
@@ -277,7 +295,7 @@ Server extension
277295Jupyterlab extension
278296--------------------
279297
280- No change .
298+ No changes .
281299
2823001.0.1 2019-12-01
283301================
@@ -369,7 +387,7 @@ Server extension
369387Jupyterlab extension
370388--------------------
371389
372- No change .
390+ No changes .
373391
374392
3753930.5.1 2019-09-09
@@ -384,7 +402,7 @@ Server extension
384402Jupyterlab extension
385403--------------------
386404
387- No change .
405+ No changes .
388406
3894070.5.0 2019-08-21
390408================
Original file line number Diff line number Diff line change 11{
22 "name" : " @ryantam626/jupyterlab_code_formatter" ,
3- "version" : " 1.4.0 " ,
3+ "version" : " 1.4.1 " ,
44 "description" : " Code formatter for JupyterLab." ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ export namespace Constants {
1010 export const SETTINGS_SECTION = `${ LONG_PLUGIN_NAME } :settings` ;
1111 export const COMMAND_SECTION_NAME = 'Jupyterlab Code Formatter' ;
1212 // TODO: Use package.json info
13- export const PLUGIN_VERSION = '1.4.0 ' ;
13+ export const PLUGIN_VERSION = '1.4.1 ' ;
1414}
You can’t perform that action at this time.
0 commit comments