Skip to content

Commit 46d3acd

Browse files
committed
Publish 1.4.1
1 parent 4893204 commit 46d3acd

File tree

3 files changed

+25
-7
lines changed

3 files changed

+25
-7
lines changed

docs/changelog.rst

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,31 @@ Jupyterlab extension
1414

1515
No 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+
1735
1.4.0 2021-01-01
1836
================
1937

2038
Server extension
2139
----------------
2240

23-
No change.
41+
No changes.
2442

2543
Jupyterlab extension
2644
--------------------
@@ -38,7 +56,7 @@ General
3856
Server extension
3957
----------------
4058

41-
No change.
59+
No changes.
4260

4361
Jupyterlab extension
4462
--------------------
@@ -277,7 +295,7 @@ Server extension
277295
Jupyterlab extension
278296
--------------------
279297

280-
No change.
298+
No changes.
281299

282300
1.0.1 2019-12-01
283301
================
@@ -369,7 +387,7 @@ Server extension
369387
Jupyterlab extension
370388
--------------------
371389

372-
No change.
390+
No changes.
373391

374392

375393
0.5.1 2019-09-09
@@ -384,7 +402,7 @@ Server extension
384402
Jupyterlab extension
385403
--------------------
386404

387-
No change.
405+
No changes.
388406

389407
0.5.0 2019-08-21
390408
================

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)