Skip to content

Commit 9658b59

Browse files
committed
7.0.0-preview.1
1 parent 2410a2f commit 9658b59

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+
## [7.0.0-preview.1] - 2020-05-13
99

1010
### Removed
1111

@@ -1016,7 +1016,7 @@ This is a major release and breaks backwards compatibility.
10161016

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

1019-
[unreleased]: https://github.com/arangodb/arangojs/compare/v7.0.0-preview.0...v7
1019+
[7.0.0-preview.1]: https://github.com/arangodb/arangojs/compare/v7.0.0-preview.0...v7.0.0-preview.1
10201020
[7.0.0-preview.0]: https://github.com/arangodb/arangojs/compare/v6.14.1...v7.0.0-preview.0
10211021
[6.14.1]: https://github.com/arangodb/arangojs/compare/v6.14.0...v6.14.1
10221022
[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-preview.0",
4+
"version": "7.0.0-preview.1",
55
"engines": {
66
"node": ">=10"
77
},

0 commit comments

Comments
 (0)