Skip to content

Commit

Permalink
Bump version to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gpahal committed Mar 16, 2018
1 parent fe8dce5 commit 6ecc0f3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v1.2.1] - 2018-03-16

### Fixed
- Pass `metadata` and `options` arguments to `Txn#discard` in `Txn#mutate`

## [v1.2.0] - 2018-03-12

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

[Unreleased]: https://github.com/dgraph-io/dgraph-js/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/dgraph-io/dgraph-js/compare/v1.2.1...HEAD
[v1.2.1]: https://github.com/dgraph-io/dgraph-js/compare/v1.2.0...v1.2.1
[v1.2.0]: https://github.com/dgraph-io/dgraph-js/compare/v1.1.2...v1.2.0
[v1.1.2]: https://github.com/dgraph-io/dgraph-js/compare/v1.1.1...v1.1.2
[v1.1.1]: https://github.com/dgraph-io/dgraph-js/compare/v1.1.0...v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "simple",
"dependencies": {
"dgraph-js": "^1.2.0",
"dgraph-js": "^1.2.1",
"grpc": "^1.9.0"
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dgraph-js",
"version": "1.2.0",
"version": "1.2.1",
"description": "Official javascript client for Dgraph",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 6ecc0f3

Please sign in to comment.