Skip to content

Commit 69f14bd

Browse files
committed
Prepare npm release 1.6.4
1 parent 6049542 commit 69f14bd

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.6.4] - 2026-03-12
9+
10+
### Fixed
11+
12+
- Removed generated batch mutation progress `console.log(...)` statements to better match strict repo lint rules
13+
- Emitted `catch (_err)` in generated scheduled helpers for unused catch parameters
14+
- Simplified generated upsert handlers to avoid useless `else` branches after early returns
15+
816
## [1.6.3] - 2026-03-12
917

1018
### Fixed

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,6 +1,6 @@
11
{
22
"name": "@the-fbf/sunsetter-aqm",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "SunSetter AQM+ - Database to Convex Migration Tool with beautiful TUI. AQM = Actions, Queries, Mutations",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)