From 92bb17161c67a03213a5c7c93015770655cbf9e9 Mon Sep 17 00:00:00 2001 From: PolariTOON <36267812+PolariTOON@users.noreply.github.com> Date: Tue, 5 Jul 2022 10:01:00 +0200 Subject: [PATCH] docs: Update the changelog --- CHANGELOG.md | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26c0de6a..660ffecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## 🐛 Bug Fixes +* Vertically center the trip map on mobile when opening it + ## 🔧 Tech # 0.7.0 diff --git a/README.md b/README.md index 2bd87f5e..8c5976b9 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ $ yarn fixtures You can run a migration service to add aggregation data on your timeseries. ```sh +$ yarn build $ yarn service:timeseriesWithoutAggregateMigration ```