chore(release): 2.0.1

This commit is contained in:
James Clifford Spratt 2025-06-19 17:14:57 +01:00
parent 8bb994d02a
commit ef3a9508ab
4 changed files with 1847 additions and 11 deletions

5
CHANGELOG.md Normal file
View file

@ -0,0 +1,5 @@
# Changelog
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.1](https://github.com/JamesCliffordSpratt/macros/compare/v1.0.0...v2.0.1) (2025-06-19)

View file

@ -1,7 +1,7 @@
{
"id": "macros",
"name": "Macros",
"version": "2.0.0",
"version": "2.0.1",
"minAppVersion": "1.0.0",
"description": "Track and visualize your daily macros, meals and nutrition inside your notes.",
"author": "James Spratt",

1845
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "macros",
"version": "2.0.0",
"version": "2.0.1",
"description": "Track and visualize your daily macros, meals and nutrition inside your notes.",
"main": "main.js",
"scripts": {
@ -11,7 +11,8 @@
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"version": "node version-bump.mjs && git add manifest.json versions.json"
"version": "node version-bump.mjs && git add manifest.json versions.json",
"release": "standard-version && node sync-version.js && git add manifest.json && git commit -m \"chore: sync version to manifest\" --no-verify && git push --follow-tags origin main"
},
"keywords": [],
"author": "",
@ -32,6 +33,7 @@
"jest-environment-jsdom": "^29.7.0",
"obsidian": "latest",
"prettier": "^3.5.3",
"standard-version": "^9.5.0",
"ts-jest": "^29.3.2",
"tslib": "2.4.0",
"typescript": "4.7.4"