From 5da36d044d1b21b63a500cc29331ba72fcaba02b Mon Sep 17 00:00:00 2001 From: James Clifford Spratt Date: Sat, 13 Jun 2026 21:57:47 +0100 Subject: [PATCH] chore(release): 2.5.1 --- CHANGELOG.md | 8 ++++++++ manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 724ca5c..e5be8cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.5.1](https://github.com/JamesCliffordSpratt/macros/compare/v2.5.0...v2.5.1) (2026-06-13) + + +### Bug Fixes + +* prevent mobile redirect when opening meal template modals from settings ([5297fc3](https://github.com/JamesCliffordSpratt/macros/commit/5297fc30adb0b9969312abe780dd21d35bf3e221)) +* update release workflow to match v-prefixed tags ([4f85134](https://github.com/JamesCliffordSpratt/macros/commit/4f85134c6c22f10368a80dfb235ba9797e78303e)) + ## [2.5.0](https://github.com/JamesCliffordSpratt/macros/compare/v2.4.0...v2.5.0) (2026-06-12) diff --git a/manifest.json b/manifest.json index 9f77462..bb534f7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "macros", "name": "Macros", - "version": "2.5.0", + "version": "2.5.1", "minAppVersion": "1.0.0", "description": "Track daily nutrition, calories, protein, fat, and carbs with interactive tables and charts. Create meal templates, search foods via FatSecret API, and visualize macro data with customizable pie charts and multi-day analytics.", "author": "James Spratt", "authorUrl": "https://github.com/JamesCliffordSpratt", "fundingUrl": "https://buymeacoffee.com/jamescliffordspratt", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index ec6a1e6..0944e64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "macros", - "version": "2.5.0", + "version": "2.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "macros", - "version": "2.5.0", + "version": "2.5.1", "license": "MIT", "dependencies": { "@zxing/browser": "^0.1.5", diff --git a/package.json b/package.json index 2f48556..81d3fcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "macros", - "version": "2.5.0", + "version": "2.5.1", "description": "Track and visualize your daily macros, meals and nutrition inside your notes.", "main": "main.js", "scripts": {