Skip to content

Commit f1b4a6d

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2023-10-27) ### Bug Fixes * use uncurried mode ([1b602df](1b602df))
1 parent 1b602df commit f1b4a6d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
## [1.0.1](https://github.com/DCKT/rescript-promise/compare/v1.0.0...v1.0.1) (2023-10-27)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dck/rescript-promise",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Light and type-safe binding to JS promises",
55
"keywords": [
66
"rescript",

0 commit comments

Comments
 (0)