Skip to content

Commit 7bff6a2

Browse files
committed
chore(release): v2.1.0
1 parent fcd0fee commit 7bff6a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-draft/deferred-promise",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "A Promise-compatible abstraction that defers resolving/rejecting promises to another closure.",
55
"main": "./build/index.js",
66
"typings": "./build/index.d.ts",
@@ -33,4 +33,4 @@
3333
"tsx": "^3.12.1",
3434
"typescript": "^4.8.3"
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)