From f57ac0809f301ba327560480f104ea745d95bbea Mon Sep 17 00:00:00 2001 From: Kevin Qi Date: Sun, 21 Apr 2019 19:15:04 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33d69b0..249c544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.1.0 + +* Convert project to Typescript and improve demo setup [#77] +* Remove prop-types dependency [#78] + +1.1.0 now uses Typescript! + +There should not be any breaking changes to the public JS interface. However, the slight discrepancy in typing may cause type errors when switching from 1.0 using DefinitelyTyped. Runtime prop-types checking is also now removed in [#78]. + + ## 1.0.0 We're at 1.0.0! 🎉 Thank you to all the contributors and issue creators.