From 7bcd359934f901bcd5f8c0f3e5fef0b108ced6d6 Mon Sep 17 00:00:00 2001 From: kleinfreund Date: Tue, 18 Oct 2022 09:49:24 +0200 Subject: [PATCH] chore: add changelog entry for v3.2.1 Adds a changelog entry for v3.2.1. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb2a078..ddc29bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [3.2.1](https://github.com/kleinfreund/poll/compare/v3.2.0...v3.2.1) (2022-10-18) + +### Bug fixes + +- Fixes the type for `poll` incorrectly marking the `shouldStopPolling` argument as required. + ## [3.2.0](https://github.com/kleinfreund/poll/compare/v3.1.0...v3.2.0) (2021-11-27) ### Features