Skip to content

Commit a24c998

Browse files
committed
chore(release): bump to 0.3.5 and update CHANGELOG for release automation fixes
1 parent bf6e2cf commit a24c998

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.3.5] - 2025-11-12
2+
3+
### Changed
4+
- Release automation: fixed GitHub Actions release-on-tag workflow (pnpm install, bash env handling, README/Typedoc sync). No runtime code changes.
5+
16
## [0.3.4] - 2025-11-11
27

38
### Fixed

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.3.4",
3+
"version": "0.3.5",
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)