running-tools

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

commit 827f219882e570c534cfde9028cab19c2b8e7e7f
parent 39e2092e6d3d938cbb9ce0ddb1d094b7a08ccb26
Author: ashermorgan <59518073+ashermorgan@users.noreply.github.com>
Date:   Mon, 30 Aug 2021 13:20:35 -0700

Update version and add CHANGELOG.md

Diffstat:
ACHANGELOG.md | 28++++++++++++++++++++++++++++
Mpackage-lock.json | 4++--
Mpackage.json | 2+-
3 files changed, 31 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +## [1.0.0] - 2021-08-30 + +### Added +- Dark mode +- Race calculator + +### Changed +- The list of distance targets can be edited +- Improved appearance +- Inactive pages are cached +- Minute and second input fields wrap around + +## [0.2.0] - 2021-08-18 + +### Added +- Pace and Unit Calculators +- Progressive Web App + +## [0.1.0] - 2021-07-29 + +### Added +- Basic app structure + +[1.0.0]: https://github.com/ashermorgan/running-tools/compare/0.2.0...1.0.0 +[0.2.0]: https://github.com/ashermorgan/running-tools/compare/0.1.0...0.2.0 +[0.1.0]: https://github.com/ashermorgan/running-tools/releases/tag/0.1.0 diff --git a/package-lock.json b/package-lock.json @@ -1,11 +1,11 @@ { "name": "running-tools", - "version": "0.2.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.2.0", + "version": "1.0.0", "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": "0.2.0", + "version": "1.0.0", "description": "A collection of tools for runners and their coaches that calculate splits, predict race times, convert units, and more", "private": true, "scripts": {