From 46902159a62c98b579c5133be86875f21fc08c03 Mon Sep 17 00:00:00 2001 From: Cagatay Gurturk Date: Thu, 25 Nov 2021 21:09:14 +0100 Subject: [PATCH] Fixes #34 Fixes #33 --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 5de6894..e2125c6 100644 --- a/Readme.md +++ b/Readme.md @@ -12,6 +12,10 @@ After deploying the application, you are strongly recommended to deploy a CDN di ## Release Notes +### 0.1.4 + +- Upgrade to Node 14.x runtime + ### 0.1.3 - Upgrade to Node 10.x runtime (#9)