Skip to content

Commit 9d93dcd

Browse files
committed
6.11.1
1 parent bb9a337 commit 9d93dcd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [6.11.1] - 2019-08-30
99

1010
### Fixed
1111

@@ -476,7 +476,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
476476

477477
Graph methods now only return the relevant part of the response body.
478478

479-
[unreleased]: https://github.com/arangodb/arangojs/compare/v6.11.0...HEAD
479+
[6.11.1]: https://github.com/arangodb/arangojs/compare/v6.11.0...v6.11.1
480480
[6.11.0]: https://github.com/arangodb/arangojs/compare/v6.10.0...v6.11.0
481481
[6.10.0]: https://github.com/arangodb/arangojs/compare/v6.9.0...v6.10.0
482482
[6.9.0]: https://github.com/arangodb/arangojs/compare/v6.8.0...v6.9.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arangojs",
3-
"version": "6.11.0",
3+
"version": "6.11.1",
44
"license": "Apache-2.0",
55
"description": "The official ArangoDB JavaScript driver.",
66
"homepage": "https://github.com/arangodb/arangojs",

0 commit comments

Comments
 (0)