mirror of
https://github.com/jamescliffordspratt/macros.git
synced 2026-07-22 05:46:53 +00:00
chore(release): 2.6.1
This commit is contained in:
parent
f79fdcb296
commit
0008783830
4 changed files with 7 additions and 5 deletions
|
|
@ -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.6.1](https://github.com/JamesCliffordSpratt/macros/compare/2.6.0...2.6.1) (2026-06-28)
|
||||
|
||||
## [2.6.0](https://github.com/JamesCliffordSpratt/macros/compare/2.5.0...2.6.0) (2026-06-20)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"id": "macros",
|
||||
"name": "Macros",
|
||||
"version": "2.6.0",
|
||||
"version": "2.6.1",
|
||||
"minAppVersion": "1.4.10",
|
||||
"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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "macros",
|
||||
"version": "2.6.0",
|
||||
"version": "2.6.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "macros",
|
||||
"version": "2.6.0",
|
||||
"version": "2.6.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@zxing/browser": "^0.1.5",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "macros",
|
||||
"version": "2.6.0",
|
||||
"version": "2.6.1",
|
||||
"description": "Track and visualize your daily macros, meals and nutrition inside your notes.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue