We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46b079c + bfe622c commit 0b7416cCopy full SHA for 0b7416c
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Calendar Versioning](https://calver.org/) starting v20.03.0.
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
14
## [v21.03.0] - 2021-04-08
15
16
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dgraph-js",
3
- "version": "21.03.0",
+ "version": "21.03.1",
4
"description": "Official javascript client for Dgraph",
"license": "Apache-2.0",
"repository": {
0 commit comments