Skip to content

Commit 66a5485

Browse files
committed
fix(docs): correct Node.js version from v25.8.1 to v25.8.0
v25.8.1 doesn't exist yet — the sync script pulled from the "Working on v25.8.1" commit on v25.x-staging, not a released tag.
1 parent ca5c884 commit 66a5485

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
Promotion to v1.0.0 following API stabilization and 0.5.0 release.
88

9-
API compatible with `node:sqlite` from Node.js v25.8.1.
9+
API compatible with `node:sqlite` from Node.js v25.8.0.
1010

1111
### Added
1212

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![npm version](https://img.shields.io/npm/v/@photostructure/sqlite.svg)](https://www.npmjs.com/package/@photostructure/sqlite)
66
[![CI](https://github.com/photostructure/node-sqlite/actions/workflows/build.yml/badge.svg)](https://github.com/photostructure/node-sqlite/actions/workflows/build.yml)
77

8-
Native SQLite for Node.js 20+. Drop-in replacement for `node:sqlite`. Synced with Node.js v25.8.1 for the latest features including native `Symbol.dispose` resource management.
8+
Native SQLite for Node.js 20+. Drop-in replacement for `node:sqlite`. Synced with Node.js v25.8.0 for the latest features including native `Symbol.dispose` resource management.
99

1010
## Installation
1111

@@ -29,7 +29,7 @@ db.close();
2929

3030
## Features
3131

32-
- 100% compatible with Node.js v25.8.1 built-in `node:sqlite` module\*
32+
- 100% compatible with Node.js v25.8.0 built-in `node:sqlite` module\*
3333
- Zero dependencies - native SQLite implementation
3434
- Synchronous API - no async overhead
3535
- Performance comparable to better-sqlite3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"typescript-eslint": "^8.56.1"
158158
},
159159
"versions": {
160-
"nodejs": "v25.8.1@f91cf7f",
160+
"nodejs": "v25.8.0@f91cf7f",
161161
"sqlite": "3.52.0"
162162
}
163163
}

0 commit comments

Comments
 (0)