Skip to content

Commit 6ecc0f3

Browse files
committed
Bump version to v1.2.1
1 parent fe8dce5 commit 6ecc0f3

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v1.2.1] - 2018-03-16
11+
12+
### Fixed
13+
- Pass `metadata` and `options` arguments to `Txn#discard` in `Txn#mutate`
14+
1015
## [v1.2.0] - 2018-03-12
1116

1217
### Added
@@ -77,7 +82,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7782
### Added
7883
- Full compatibility with Dgraph v1.0.0
7984

80-
[Unreleased]: https://github.com/dgraph-io/dgraph-js/compare/v1.2.0...HEAD
85+
[Unreleased]: https://github.com/dgraph-io/dgraph-js/compare/v1.2.1...HEAD
86+
[v1.2.1]: https://github.com/dgraph-io/dgraph-js/compare/v1.2.0...v1.2.1
8187
[v1.2.0]: https://github.com/dgraph-io/dgraph-js/compare/v1.1.2...v1.2.0
8288
[v1.1.2]: https://github.com/dgraph-io/dgraph-js/compare/v1.1.1...v1.1.2
8389
[v1.1.1]: https://github.com/dgraph-io/dgraph-js/compare/v1.1.0...v1.1.1

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

0 commit comments

Comments
 (0)