Skip to content

Commit aaace27

Browse files
chore(release): 1.2.1 [skip ci]
## [1.2.1](v1.2.0...v1.2.1) (2025-04-22) ### Bug Fixes * add namespace as it clashes with rescript 12 Promise module ([145d197](145d197))
1 parent 145d197 commit aaace27

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.2.1](https://github.com/DCKT/rescript-promise/compare/v1.2.0...v1.2.1) (2025-04-22)
2+
3+
4+
### Bug Fixes
5+
6+
* add namespace as it clashes with rescript 12 Promise module ([145d197](https://github.com/DCKT/rescript-promise/commit/145d19737d2b7270c37a5d3454a096731f3fe410))
7+
18
# [1.2.0](https://github.com/DCKT/rescript-promise/compare/v1.1.0...v1.2.0) (2025-04-22)
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.2.0",
3+
"version": "1.2.1",
44
"description": "Light and type-safe binding to JS promises",
55
"keywords": [
66
"rescript",

0 commit comments

Comments
 (0)