mirror of
https://github.com/jamescliffordspratt/macros.git
synced 2026-07-22 12:40:29 +00:00
chore(release): 2.0.5
This commit is contained in:
parent
ddfeaaf157
commit
17b62dddb2
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.0.5](https://github.com/JamesCliffordSpratt/macros/compare/v2.0.4...v2.0.5) (2025-06-22)
|
||||
|
||||
### [2.0.4](https://github.com/JamesCliffordSpratt/macros/compare/v2.0.3...v2.0.4) (2025-06-22)
|
||||
|
||||
### [2.0.3](https://github.com/JamesCliffordSpratt/macros/compare/v2.0.2...v2.0.3) (2025-06-19)
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"id": "macros",
|
||||
"name": "Macros",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"minAppVersion": "1.0.0",
|
||||
"description": "Track and visualize your daily macros, meals and nutrition inside your notes.",
|
||||
"author": "James Spratt",
|
||||
"authorUrl": "https://github.com/JamesCliffordSpratt",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "macros",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "macros",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"chart.js": "^4.4.9",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "macros",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"description": "Track and visualize your daily macros, meals and nutrition inside your notes.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue