running-tools

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

commit 0443b5efa6779da5b78bc4f9889e1b177b7c3787
parent 95828441d0de87dc52c7a8eab3ac95a3f5f12427
Author: ashermorgan <59518073+ashermorgan@users.noreply.github.com>
Date:   Sun, 19 Sep 2021 12:40:18 -0700

Update version to 1.1.1

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.1.1] - 2021-09-19 + +### Fixed +- Bug in how default units were chosen +- Issue that caused all pace and race calculator results to be NaN + ## [1.1.0] - 2021-09-16 ### Added @@ -34,6 +40,7 @@ ### Added - Basic app structure +[1.1.1]: https://github.com/ashermorgan/running-tools/releases/tag/1.1.1 [1.1.0]: https://github.com/ashermorgan/running-tools/releases/tag/1.1.0 [1.0.0]: https://github.com/ashermorgan/running-tools/releases/tag/1.0.0 [0.2.0]: https://github.com/ashermorgan/running-tools/releases/tag/0.2.0 diff --git a/package-lock.json b/package-lock.json @@ -1,12 +1,12 @@ { "name": "running-tools", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "running-tools", - "version": "1.1.0", + "version": "1.1.1", "dependencies": { "core-js": "^3.6.5", "register-service-worker": "^1.7.1", diff --git a/package.json b/package.json @@ -1,6 +1,6 @@ { "name": "running-tools", - "version": "1.1.0", + "version": "1.1.1", "description": "A collection of tools for runners and their coaches that calculate splits, predict race times, convert units, and more", "private": true, "scripts": {