File tree 2 files changed +7
-7
lines changed 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This driver uses semantic versioning:
14
14
- A change in the major version (e.g. 1.Y.Z -> 2.0.0) indicates _ breaking_
15
15
changes that require changes in your code to upgrade.
16
16
17
- ## [ Unreleased ]
17
+ ## [ 10.0.0 ] - 2025-01-06
18
18
19
19
This is a major release and breaks backwards compatibility.
20
20
@@ -2452,7 +2452,7 @@ For a detailed list of changes between pre-release versions of v7 see the
2452
2452
2453
2453
Graph methods now only return the relevant part of the response body.
2454
2454
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
2456
2456
[ 9.3.0 ] : https://github.com/arangodb/arangojs/compare/v9.2.0...v9.3.0
2457
2457
[ 9.2.0 ] : https://github.com/arangodb/arangojs/compare/v9.1.0...v9.2.0
2458
2458
[ 9.1.0 ] : https://github.com/arangodb/arangojs/compare/v9.0.0...v9.1.0
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ You can also use [jsDelivr CDN](https://www.jsdelivr.com) during development:
36
36
<script type =" importmap" >
37
37
{
38
38
" 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"
40
40
}
41
41
}
42
42
</script >
@@ -183,7 +183,7 @@ For more details on the errors thrown by `undici`, see the
183
183
Please make sure you are using the latest version of this driver and that the
184
184
version of the arangojs documentation you are reading matches that version.
185
185
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
187
187
backwards-incompatible changes in the arangojs API that may require changes in
188
188
your code when upgrading your version of arangojs.
189
189
@@ -194,10 +194,10 @@ the [compatibility section](#compatibility) for additional information.
194
194
You can install an older version of arangojs using ` npm ` or ` yarn ` :
195
195
196
196
``` sh
197
- # for version 8 .x.x
198
- yarn add arangojs@8
197
+ # for version 9 .x.x
198
+ yarn add arangojs@9
199
199
# - or -
200
- npm install --save arangojs@8
200
+ npm install --save arangojs@9
201
201
```
202
202
203
203
### No code intelligence when using require instead of import
You can’t perform that action at this time.
0 commit comments