diff --git a/HISTORY.md b/HISTORY.md index 391cb69..bd1aa48 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +# 3.32.1 / 2024-05-25 + +- fix: hide unit count if 2 in Arabic (see [#222](https://github.com/EvanHahn/HumanizeDuration.js/issues/222)) + # 3.32.0 / 2024-03-29 - new: Amharic support (`am`) diff --git a/bower.json b/bower.json index 6b570d1..150a377 100644 --- a/bower.json +++ b/bower.json @@ -35,7 +35,7 @@ "Batmend Ganbaatar (https://github.com/theironbatka)", "Mikias Menjeta (https://github.com/OMikiasO)" ], - "version": "3.32.0", + "version": "3.32.1", "description": "Convert millisecond durations to English and many other languages.", "main": "humanize-duration.js", "homepage": "https://github.com/EvanHahn/HumanizeDuration.js",