Skip to content

Commit 6502d88

Browse files
Updated package and changelog for v2.0.2 (#84)
* Updated package and changelog for v2.0.2
1 parent 059fd68 commit 6502d88

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [v2.0.2] - 2019-10-01
9+
10+
### Changed
11+
- Upgrade google-protobuf dependency version to 3.8.0+ ([#80](https://github.com/dgraph-io/dgraph-js/issues/80))
12+
13+
### Fixed
14+
- Added logic to catch exceptions when `dgraphClient` fails to be created
15+
due to invalid gRPC address ([#71](https://github.com/dgraph-io/dgraph-js/issues/71))
16+
817
## [v2.0.1] - 2019-09-10
918

1019
### Fixed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dgraph-js",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Official javascript client for Dgraph",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)