Skip to content

Commit e588fc4

Browse files
committed
7.0.1
1 parent e469f9b commit e588fc4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ This driver uses semantic versioning:
1414
- A change in the major version (e.g. 1.Y.Z -> 2.0.0) indicates _breaking_
1515
changes that require changes in your code to upgrade.
1616

17+
## [7.0.1] - 2020-08-21
18+
19+
This is a maintenance release because the initial v7 release did not include
20+
a README file.
21+
1722
## [7.0.0] - 2020-08-21
1823

1924
This is a major release and breaks backwards compatibility.
@@ -1084,6 +1089,7 @@ For a detailed list of changes between pre-release versions of v7 see the
10841089

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

1092+
[7.0.1]: https://github.com/arangodb/arangojs/compare/v7.0.0...v7.0.1
10871093
[7.0.0]: https://github.com/arangodb/arangojs/compare/v6.14.1...v7.0.0
10881094
[6.14.1]: https://github.com/arangodb/arangojs/compare/v6.14.0...v6.14.1
10891095
[6.14.0]: https://github.com/arangodb/arangojs/compare/v6.13.0...v6.14.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "arangojs",
4-
"version": "7.0.0",
4+
"version": "7.0.1",
55
"engines": {
66
"node": ">=10"
77
},

0 commit comments

Comments
 (0)