Skip to content

Commit

Permalink
8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pluma4345 committed Feb 14, 2024
1 parent 2b62f00 commit 4194550
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This driver uses semantic versioning:
- A change in the major version (e.g. 1.Y.Z -> 2.0.0) indicates _breaking_
changes that require changes in your code to upgrade.

## [Unreleased]
## [8.7.0] - 2024-02-14

### Changed

Expand Down Expand Up @@ -1760,6 +1760,7 @@ For a detailed list of changes between pre-release versions of v7 see the

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

[8.7.0]: https://github.com/arangodb/arangojs/compare/v8.6.0...v8.7.0
[8.6.0]: https://github.com/arangodb/arangojs/compare/v8.5.0...v8.6.0
[8.5.0]: https://github.com/arangodb/arangojs/compare/v8.4.1...v8.5.0
[8.4.1]: https://github.com/arangodb/arangojs/compare/v8.4.0...v8.4.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "arangojs",
"version": "8.6.0",
"version": "8.7.0",
"engines": {
"node": ">=14"
},
Expand Down

0 comments on commit 4194550

Please sign in to comment.