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 = {
|
export const RELEASE_NOTES = {
|
||||||
version: APP_VERSION,
|
version: APP_VERSION,
|
||||||
date: '2026-05-30',
|
date: '2026-05-31',
|
||||||
highlights: [
|
highlights: [
|
||||||
{
|
{
|
||||||
icon: '🔔',
|
icon: '🚀',
|
||||||
title: 'Overdue Command Center',
|
title: 'v0.36.0',
|
||||||
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.',
|
desc: 'Version bump and container rebuild.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: '🧠',
|
icon: '🧠',
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bill-tracker",
|
"name": "bill-tracker",
|
||||||
"version": "0.35.0",
|
"version": "0.36.0",
|
||||||
"description": "Monthly bill tracking system",
|
"description": "Monthly bill tracking system",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue