running-tools

A collection of tools for runners and their coaches
git clone https://git.ashermorgan.net/running-tools/
Log | Files | Refs | README

commit becf5842a62db906c19db5fa5d254065b3885ceb
parent 7fad27336f6be34ef6054dfe6b7f8fb571648b25
Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com>
Date:   Sat,  7 Sep 2024 08:47:29 -0700

Update version to 1.4.1

Diffstat:
MCHANGELOG.md | 8++++++++
Mpackage-lock.json | 4++--
Mpackage.json | 2+-
3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.4.1 - 2024-09-07 + +### Fixed +- Bug that prevented workout split distances from being edited through the Batch + Calculator +- Improved accuracy of the VO2 Max model +- Miscellaneous dark mode issues + ## 1.4.0 - 2024-07-11 ### Added diff --git a/package-lock.json b/package-lock.json @@ -1,12 +1,12 @@ { "name": "running-tools", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "running-tools", - "version": "1.4.0", + "version": "1.4.1", "dependencies": { "feather-icons": "^4.29.2", "vue": "^3.4.27", diff --git a/package.json b/package.json @@ -1,6 +1,6 @@ { "name": "running-tools", - "version": "1.4.0", + "version": "1.4.1", "description": "A collection of tools for runners and their coaches that calculate splits, predict race times, convert units, and more", "private": true, "type": "module",