Skip to content

Commit a82254d

Browse files
Johnny Dunnclaude
authored andcommitted
chore: release v0.5.2 - build fixes
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 44a01b2 commit a82254d

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.5.2] - 2025-12-26
2+
3+
### Fixed
4+
- **Build**: Added `electron` as devDependency for TypeDoc builds
5+
- **Types**: Fixed `process.type` TypeScript errors with proper type assertions
6+
17
## [0.5.1] - 2025-12-26
28

39
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
The SQL Storage Adapter provides a single, ergonomic interface over SQLite (native and WASM), PostgreSQL, Capacitor, IndexedDB, and in-memory stores. It handles adapter discovery, capability detection, and advanced features like cloud backups so you can focus on your application logic.
2121

22-
**🆕 NEW in v0.5.1:** Electron adapter with IPC bridge + Cross-platform real-time sync!
22+
**🆕 NEW in v0.5.2:** Electron adapter with IPC bridge + Cross-platform real-time sync!
2323

2424
---
2525

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)