diff --git a/CHANGELOG.md b/CHANGELOG.md index 7917eb8..4aa7672 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.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) diff --git a/manifest.json b/manifest.json index 29ff680..ad95fc6 100644 --- a/manifest.json +++ b/manifest.json @@ -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 -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index da5c61b..b6f2934 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 855291d..743c604 100644 --- a/package.json +++ b/package.json @@ -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": {