From 0482d8cfd51d8e1a782041ca144af92c19c0dbe2 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Tue, 13 Sep 2022 11:07:09 +1000 Subject: [PATCH] add changelog --- HISTORY.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 7f1bb19..aa40897 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # Changelog +## v2.3.2 / 2022-09-13 + +- Fix TypeScript types when using require ([#276](https://github.com/JedWatson/classnames/pull/276)) +- Fix toString as '[Object object]' in a vm ([#281](https://github.com/JedWatson/classnames/pull/281)) + ## v2.3.1 / 2021-04-03 - Fix bind/dedupe TypeScript types exports