Skip to content

Commit a29a53e

Browse files
committed
Prepare for v1.1.2 release
1 parent 0d09397 commit a29a53e

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10-
## [v1.1.1] - 2017-02-13
10+
## [v1.1.2] - 2018-03-07
11+
12+
### Added
13+
- `latency` field to proto message type `Assigned`
14+
15+
## [v1.1.1] - 2018-02-13
1116

1217
### Added
1318
- Compatibility with grpc v1.9
@@ -16,7 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1621
- Function `u8ToStr` which was leading to json parse errors
1722
([#17](https://github.com/dgraph-io/dgraph-js/issues/17))
1823

19-
## [v1.1.0] - 2017-02-06
24+
## [v1.1.0] - 2018-02-06
2025

2126
### Added
2227
- Full compatibility with Dgraph v1.0.2
@@ -57,7 +62,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5762
### Added
5863
- Full compatibility with Dgraph v1.0.0
5964

60-
[Unreleased]: https://github.com/dgraph-io/dgraph-js/compare/v1.1.1...HEAD
65+
[Unreleased]: https://github.com/dgraph-io/dgraph-js/compare/v1.1.2...HEAD
66+
[v1.1.2]: https://github.com/dgraph-io/dgraph-js/compare/v1.1.1...v1.1.2
6167
[v1.1.1]: https://github.com/dgraph-io/dgraph-js/compare/v1.1.0...v1.1.1
6268
[v1.1.0]: https://github.com/dgraph-io/dgraph-js/compare/v1.0.4...v1.1.0
6369
[v1.0.4]: https://github.com/dgraph-io/dgraph-js/compare/v1.0.3...v1.0.4

examples/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple",
33
"dependencies": {
4-
"dgraph-js": "^1.1.1",
4+
"dgraph-js": "^1.1.2",
55
"grpc": "^1.9.0"
66
}
77
}

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

0 commit comments

Comments
 (0)