From ac840742f6cf86ddbce49e432e2fb87d8cf0a6e4 Mon Sep 17 00:00:00 2001 From: Amin Mahboubi Date: Wed, 26 May 2021 15:57:54 +0200 Subject: [PATCH] v1.2.0 changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec9cda27..6d362059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.2.0 - 2021-5-26 + +### Fix + +- Removed Fort Awesome packages and replaced them with custom icons #272 #271 + +### Chore + +- Bump `react-file-utils` version, reducing bundle size by 20% #273 + ## 1.1.1 - 2021-5-20 ### Feature