chore: bump to v0.36.0

This commit is contained in:
null 2026-05-31 15:57:03 -05:00
parent 67ce59db50
commit ab93c53c82
2 changed files with 5 additions and 5 deletions

View File

@ -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: '🧠',

View File

@ -1,6 +1,6 @@
{
"name": "bill-tracker",
"version": "0.35.0",
"version": "0.36.0",
"description": "Monthly bill tracking system",
"main": "server.js",
"scripts": {