Skip to content

Commit af87669

Browse files
committed
doc: fix order changes list
1 parent a522262 commit af87669

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/api/sqlite.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ exposed by this class execute synchronously.
9898
<!-- YAML
9999
added: v22.5.0
100100
changes:
101+
- version:
102+
- REPLACEME
103+
pr-url: https://github.com/nodejs/node/pull/60217
104+
description: Add `defensive` option.
101105
- version:
102106
- v24.4.0
103107
- v22.18.0
104108
pr-url: https://github.com/nodejs/node/pull/58697
105109
description: Add new SQLite database options.
106-
- version:
107-
- REPLACEME
108-
pr-url: https://github.com/nodejs/node/pull/60217
109-
description: Add `defensive` option.
110110
-->
111111

112112
* `path` {string | Buffer | URL} The path of the database. A SQLite database can be

0 commit comments

Comments
 (0)