diff --git a/.changeset/dirty-games-study.md b/.changeset/dirty-games-study.md deleted file mode 100644 index 7732e3a..0000000 --- a/.changeset/dirty-games-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tembell/paresseux": patch ---- - -Fixed type for `reject`, enabling to pass nothing diff --git a/CHANGELOG.md b/CHANGELOG.md index 116b8ec..88ba4d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tembell/paresseux +## 0.3.1 + +### Patch Changes + +- 3b181e0: Fixed type for `reject`, enabling to pass nothing + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index bc5a4d2..df659bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tembell/paresseux", - "version": "0.3.0", + "version": "0.3.1", "description": "🐨 Lazy & Synchronous flows for modals interactions in React", "license": "MIT", "main": "dist/index.js",