Skip to content

Commit 46d4bc4

Browse files
committed
10.0.0
1 parent 363c384 commit 46d4bc4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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-
## [Unreleased]
17+
## [10.0.0] - 2025-01-06
1818

1919
This is a major release and breaks backwards compatibility.
2020

@@ -2452,7 +2452,7 @@ For a detailed list of changes between pre-release versions of v7 see the
24522452

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

2455-
[unreleased]: https://github.com/arangodb/arangojs/compare/v9.3.0...HEAD
2455+
[10.0.0]: https://github.com/arangodb/arangojs/compare/v9.3.0...v10.0.0
24562456
[9.3.0]: https://github.com/arangodb/arangojs/compare/v9.2.0...v9.3.0
24572457
[9.2.0]: https://github.com/arangodb/arangojs/compare/v9.1.0...v9.2.0
24582458
[9.1.0]: https://github.com/arangodb/arangojs/compare/v9.0.0...v9.1.0

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can also use [jsDelivr CDN](https://www.jsdelivr.com) during development:
3636
<script type="importmap">
3737
{
3838
"imports": {
39-
"arangojs": "https://cdn.jsdelivr.net/npm/arangojs@9.0.0/esm/index.js?+esm"
39+
"arangojs": "https://cdn.jsdelivr.net/npm/arangojs@10.0.0/esm/index.js?+esm"
4040
}
4141
}
4242
</script>
@@ -183,7 +183,7 @@ For more details on the errors thrown by `undici`, see the
183183
Please make sure you are using the latest version of this driver and that the
184184
version of the arangojs documentation you are reading matches that version.
185185

186-
Changes in the major version number of arangojs (e.g. 8.x.y -> 9.0.0) indicate
186+
Changes in the major version number of arangojs (e.g. 9.x.y -> 10.0.0) indicate
187187
backwards-incompatible changes in the arangojs API that may require changes in
188188
your code when upgrading your version of arangojs.
189189

@@ -194,10 +194,10 @@ the [compatibility section](#compatibility) for additional information.
194194
You can install an older version of arangojs using `npm` or `yarn`:
195195

196196
```sh
197-
# for version 8.x.x
198-
yarn add arangojs@8
197+
# for version 9.x.x
198+
yarn add arangojs@9
199199
# - or -
200-
npm install --save arangojs@8
200+
npm install --save arangojs@9
201201
```
202202

203203
### No code intelligence when using require instead of import

0 commit comments

Comments
 (0)