From 07b93ecb3534c06869bd834c384afff321899a3c Mon Sep 17 00:00:00 2001 From: Ksenia Berezina Date: Thu, 1 Oct 2020 17:44:00 -0400 Subject: [PATCH] v38.0.1 changelog update --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a12be45c2..a33115d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 2. New features: affect minor number 3. API endpoint changes or (major) dependency version updates: affect major number +## 38.0.1 - 2020-10-01 + +* NPM update - Upgrade prettier from 2.1.1 to 2.1.2. [Pull #3489](https://github.com/webcompat/webcompat.com/pull/3489) +* Fixes #3483 - Update some references to Mike Taylor [Pull #3486](https://github.com/webcompat/webcompat.com/pull/3486) +* Fixes #3430 - Improve sliding animations on slow mobile phones [Pull #3484](https://github.com/webcompat/webcompat.com/pull/3484) +* NPM update - Upgrade terser-webpack-plugin from 3.1.0 to 4.1.0. [Pull #3473](https://github.com/webcompat/webcompat.com/pull/3473) +* Fixes #3326 - Adds a static issue generator [Pull #3406](https://github.com/webcompat/webcompat.com/pull/3406) + ## 38.0.0 - 2020-09-02 * NPM update - Upgrade prettier from 2.0.5 to 2.1.1. [Pull #3475](https://github.com/webcompat/webcompat.com/pull/3475)