Skip to content

Commit 19927a0

Browse files
committed
Release 0.4.0
1 parent 5b2c99b commit 19927a0

File tree

3 files changed

+217
-217
lines changed

3 files changed

+217
-217
lines changed

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ channels:
44
dependencies:
55
- jupyterlab>=3.1
66
- pip:
7-
- jupyterlab-notifications==0.3.3
7+
- jupyterlab-notifications==0.4.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-notifications",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "Jupyterlab extension to show notebook cell completion browser notifications",
55
"keywords": [
66
"jupyter",
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@jupyterlab/application": "^3.0.6",
49-
"@jupyterlab/notebook": "^3.1.0-beta.1",
49+
"@jupyterlab/notebook": "^3.1.0",
5050
"@jupyterlab/settingregistry": "^3.0.3",
5151
"@types/lru-cache": "^5.1.1",
5252
"lru-cache": "^6.0.0",

0 commit comments

Comments
 (0)