Skip to content

Commit d1711b9

Browse files
committed
Prepare for release jupyterlab_robotmode = 3.0.2
1 parent 210a14b commit d1711b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/jupyterlab_robotmode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jupyter labextension link .
2626

2727
## Changelog
2828

29-
### 3.0.1 (2020-04-17)
29+
### 3.0.2 (2020-04-17)
3030

3131
- Loosen dependencies for Jupyterlab to better support Binder
3232

src/jupyterlab_robotmode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "jupyterlab_robotmode",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A JupyterLab extensions, which adds CodeMirror mode for Robot Framework syntax",
55
"author": "Asko Soukka",
66
"bugs": {
77
"url": "https://github.com/robots-from-jupyter/robotkernel/issues"
88
},
99
"dependencies": {
10-
"@jupyterlab/application": ">=1.2.6 <1.3.0, >=2.1.1"
10+
"@jupyterlab/application": ">=1.2.6"
1111
},
1212
"peerDependencies": {
1313
"codemirror": "~5.39.0"

0 commit comments

Comments
 (0)