Skip to content

Commit dc26bdf

Browse files
author
Chris & Mike
committed
v2.6.7 - Vite 8.0.5 patch & Node 24 CI opt-in
1 parent 49e1655 commit dc26bdf

4 files changed

Lines changed: 39 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/neverinfamous/d1-manager/compare/v2.6.6...HEAD)
8+
## [Unreleased](https://github.com/neverinfamous/d1-manager/compare/v2.6.7...HEAD)
9+
10+
## [2.6.7](https://github.com/neverinfamous/d1-manager/releases/tag/v2.6.7) - 2026-04-06
11+
12+
### Changed
13+
14+
- Upgraded `vite` to `v8.0.5`.
15+
16+
### Security
17+
18+
- Set `FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true` in CI workflow to opt into Node.js 24 runtime for GitHub Actions ahead of mandatory migration.
19+
920

1021
## [2.6.6](https://github.com/neverinfamous/d1-manager/releases/tag/v2.6.6) - 2026-04-06
1122

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "d1-manager",
33
"private": true,
4-
"version": "2.6.6",
4+
"version": "2.6.7",
55
"type": "module",
66
"engines": {
77
"node": ">=24.0.0"

releases/v2.6.7.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# D1-Manager v2.6.7
2+
3+
## Highlights
4+
5+
- **Vite 8.0.5**: Patch update with bug fixes.
6+
- **CI Modernization**: Opted into Node.js 24 runtime for GitHub Actions ahead of the mandatory June 2026 migration.
7+
8+
## Changed
9+
10+
- Upgraded `vite` to `v8.0.5`.
11+
12+
## Security
13+
14+
- Set `FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true` in CI workflow to opt into Node.js 24 runtime for GitHub Actions ahead of the mandatory migration (enforced June 2nd, 2026).
15+
16+
---
17+
18+
**Full Changelog**: [v2.6.6...v2.6.7](https://github.com/neverinfamous/d1-manager/compare/v2.6.6...v2.6.7)
19+
20+
To spin up this version:
21+
22+
```bash
23+
docker pull neverinfamous/d1-manager:v2.6.7
24+
```

0 commit comments

Comments
 (0)