chore: bump to v0.36.0
This commit is contained in:
parent
67ce59db50
commit
ab93c53c82
|
|
@ -6,12 +6,12 @@ export const APP_NAME = 'BillTracker';
|
|||
|
||||
export const RELEASE_NOTES = {
|
||||
version: APP_VERSION,
|
||||
date: '2026-05-30',
|
||||
date: '2026-05-31',
|
||||
highlights: [
|
||||
{
|
||||
icon: '🔔',
|
||||
title: 'Overdue Command Center',
|
||||
desc: 'Tracker page now shows a collapsible command center for overdue bills. Per-bill Pay Now, Skip, and Snooze (1/3/7 days). Snoozed bills are hidden with a count hint. Sidebar badge shows live overdue count, polled every 5 minutes.',
|
||||
icon: '🚀',
|
||||
title: 'v0.36.0',
|
||||
desc: 'Version bump and container rebuild.',
|
||||
},
|
||||
{
|
||||
icon: '🧠',
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bill-tracker",
|
||||
"version": "0.35.0",
|
||||
"version": "0.36.0",
|
||||
"description": "Monthly bill tracking system",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue