We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b602df commit f1b4a6dCopy full SHA for f1b4a6d
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.0.2](https://github.com/DCKT/rescript-promise/compare/v1.0.1...v1.0.2) (2023-10-27)
2
+
3
4
+### Bug Fixes
5
6
+* use uncurried mode ([1b602df](https://github.com/DCKT/rescript-promise/commit/1b602df7b9a6ca495cf5a2aeac25620ad6eaae05))
7
8
## [1.0.1](https://github.com/DCKT/rescript-promise/compare/v1.0.0...v1.0.1) (2023-10-27)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@dck/rescript-promise",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "Light and type-safe binding to JS promises",
"keywords": [
"rescript",
0 commit comments