File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Calendar Versioning] ( https://calver.org/ ) starting v20.03.0.
7
7
8
+ ## [ 21.03.1] - 2021-05-19
9
+ ### Added
10
+ * fix(deprecation): add clientStubFromCloudEndpoint method ([ #138 ] )
11
+
12
+ [ #138 ] : https://github.com/dgraph-io/dgraph-js/pull/138
13
+
8
14
## [ v21.03.0] - 2021-04-08
9
15
10
16
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dgraph-js" ,
3
- "version" : " 21.03.0 " ,
3
+ "version" : " 21.03.1 " ,
4
4
"description" : " Official javascript client for Dgraph" ,
5
5
"license" : " Apache-2.0" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments