From 2696876747e16369d696c158c58b1f07c9500aaa Mon Sep 17 00:00:00 2001 From: Denis Demchenko Date: Wed, 17 Jul 2019 16:49:19 +0300 Subject: [PATCH] chore(changelog): write changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97fe14b..b3741d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Bowser Changelog +### 2.5.2 (July 17, 2019) +- [FIX] Fixes the bug undefined method because of failed build (#335) + ### 2.5.1 (July 17, 2019) - [FIX] Fixes the bug with a custom Error class (#335) - [FIX] Fixes the settings for Babel to reduce the bundle size (#259)