From ea20d2cc59497ad54edc4326a44d9268d36fb4dc Mon Sep 17 00:00:00 2001 From: Alan Plum Date: Mon, 9 Dec 2024 12:55:11 +0100 Subject: [PATCH] 10.0.0-alpha.1 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 534e366e2..891e61934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] +## [10.0.0-alpha.1] - 2024-12-09 ### Changed @@ -2350,6 +2350,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. +[10.0.0-alpha.1]: https://github.com/arangodb/arangojs/compare/v10.0.0-alpha.0...v10.0.0-alpha.1 [10.0.0-alpha.0]: https://github.com/arangodb/arangojs/compare/v9.2.0...v10.0.0-alpha.0 [9.2.0]: https://github.com/arangodb/arangojs/compare/v9.1.0...v9.2.0 [9.1.0]: https://github.com/arangodb/arangojs/compare/v9.0.0...v9.1.0 diff --git a/package.json b/package.json index 3091a46ce..9b539c722 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "type": "module", "name": "arangojs", - "version": "10.0.0-alpha.0", + "version": "10.0.0-alpha.1", "engines": { "node": ">=18" },