File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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+
916
1017## [ 2.6.6] ( https://github.com/neverinfamous/d1-manager/releases/tag/v2.6.6 ) - 2026-04-06
1118
@@ -1015,7 +1022,9 @@ This major release transforms D1 Database Manager into an enterprise-ready solut
10151022 - Improved query parser with consistent type definitions
10161023 - Fixed job tracking nullish coalescing operators
10171024 - Updated time travel utilities with proper type annotations
1018- [ Unreleased ] : https://github.com/neverinfamous/d1-manager/compare/v2.6.5...HEAD
1025+ [ Unreleased ] : https://github.com/neverinfamous/d1-manager/compare/v2.6.7...HEAD
1026+ [ 2.6.7 ] : https://github.com/neverinfamous/d1-manager/compare/v2.6.6...v2.6.7
1027+ [ 2.6.6 ] : https://github.com/neverinfamous/d1-manager/compare/v2.6.5...v2.6.6
10191028[ 2.6.5 ] : https://github.com/neverinfamous/d1-manager/compare/v2.6.4...v2.6.5
10201029[ 2.6.4 ] : https://github.com/neverinfamous/d1-manager/compare/v2.6.3...v2.6.4
10211030[ 2.6.3 ] : https://github.com/neverinfamous/d1-manager/compare/v2.6.2...v2.6.3
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 1+ # D1-Manager v2.6.7
2+
3+ ## Highlights
4+
5+ - ** Vite 8.0.5** : Patch update with bug fixes.
6+
7+ ## Changed
8+
9+ - Upgraded ` vite ` to ` v8.0.5 ` .
10+
11+ ---
12+
13+ ** Full Changelog** : [ v2.6.6...v2.6.7] ( https://github.com/neverinfamous/d1-manager/compare/v2.6.6...v2.6.7 )
14+
15+ To spin up this version:
16+
17+ ``` bash
18+ docker pull writenotenow/d1-manager:v2.6.7
19+ ```
You can’t perform that action at this time.
0 commit comments