Skip to content

Commit a533e94

Browse files
jddunnclaude
andcommitted
chore: release v0.5.2 - ensureColumnExists helper
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 14b5139 commit a533e94

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.5.2] - 2026-02-06
2+
3+
### Added
4+
- `ensureColumnExists` helper for SQLite schema migrations — safely adds columns to existing tables without failing if the column already exists
5+
16
## [0.5.1] - 2025-12-26
27

38
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@framers/sql-storage-adapter",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Robust cross-platform SQL storage abstraction with automatic fallbacks and runtime detection",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)