diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f47af..0e189cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.3.0](https://github.com/JamesCliffordSpratt/macros/compare/v2.2.1...v2.3.0) (2025-07-14) + ### [2.2.1](https://github.com/JamesCliffordSpratt/macros/compare/v2.2.0...v2.2.1) (2025-07-10) ## [2.2.0](https://github.com/JamesCliffordSpratt/macros/compare/v2.1.1...v2.2.0) (2025-07-09) diff --git a/manifest.json b/manifest.json index f577d53..82405bd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "macros", "name": "Macros", - "version": "2.2.1", + "version": "2.3.0", "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 e670540..0bf922b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "macros", - "version": "2.2.1", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "macros", - "version": "2.2.1", + "version": "2.3.0", "license": "MIT", "dependencies": { "chart.js": "^4.4.9", diff --git a/package.json b/package.json index d79af34..6fa3f72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "macros", - "version": "2.2.1", + "version": "2.3.0", "description": "Track and visualize your daily macros, meals and nutrition inside your notes.", "main": "main.js", "scripts": {