Skip to content

Commit 42bc055

Browse files
committed
Prepare for v1.1.1 release
1 parent 04efcf7 commit 42bc055

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ 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
11+
12+
### Added
13+
- Compatibility with grpc v1.9
14+
15+
### Fixed
16+
- Function `u8ToStr` which was leading to json parse errors
17+
([#17](https://github.com/dgraph-io/dgraph-js/issues/17))
18+
1019
## [v1.1.0] - 2017-02-06
1120

1221
### Added
@@ -48,7 +57,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4857
### Added
4958
- Full compatibility with Dgraph v1.0.0
5059

51-
[Unreleased]: https://github.com/dgraph-io/dgraph-js/compare/v1.1.0...HEAD
60+
[Unreleased]: https://github.com/dgraph-io/dgraph-js/compare/v1.1.1...HEAD
61+
[v1.1.0]: https://github.com/dgraph-io/dgraph-js/compare/v1.1.0...v1.1.1
5262
[v1.1.0]: https://github.com/dgraph-io/dgraph-js/compare/v1.0.4...v1.1.0
5363
[v1.0.4]: https://github.com/dgraph-io/dgraph-js/compare/v1.0.3...v1.0.4
5464
[v1.0.3]: https://github.com/dgraph-io/dgraph-js/compare/v1.0.2...v1.0.3

examples/simple/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple",
33
"dependencies": {
4-
"dgraph-js": "^1.1.0",
5-
"grpc": "^1.8.4"
4+
"dgraph-js": "^1.1.1",
5+
"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.1-beta.2",
3+
"version": "1.1.1",
44
"description": "Official javascript client for Dgraph",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)