Skip to content

Commit ed7a2e9

Browse files
Updating package and changelog - v2.0.1
2 parents d00401a + 06d1ea5 commit ed7a2e9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
## [v2.0.1] - 2019-09-10
99

1010
### Fixed
11-
- Added function to refresh JWT token if expired. ([#56](https://github.com/dgraph-io/dgraph-js/issues/56))
11+
- Added function to refresh JWT token if expired
12+
([#56](https://github.com/dgraph-io/dgraph-js/issues/56))
1213

1314
## [v2.0.0] - 2019-09-06
1415

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.0",
3+
"version": "2.0.1",
44
"description": "Official javascript client for Dgraph",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)