From 8608094b43ea04efc332328a56eda413e1879404 Mon Sep 17 00:00:00 2001 From: Jenni Laakso Date: Thu, 4 Mar 2021 16:21:44 +0200 Subject: [PATCH] Update change log --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0298c572cd..0fc79d3d23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2020-XX-XX +- [change] Specify required Node.js versions in package.json and update the node version used in + CircleCI. Currently, the required Node.js version comes from + [jose](https://github.com/panva/jose#runtime-support-matrix) package which is used with social + logins. [#1418](https://github.com/sharetribe/ftw-daily/pull/1418) - [fix] enforce upper case for currency and improve error message for it. [#1417](https://github.com/sharetribe/ftw-daily/pull/1417) - [add] Add `LoadableComponentErrorBoundary` for handling ChunkLoadErrors with error boundary.