We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f203b commit b031295Copy full SHA for b031295
CHANGELOG.md
@@ -1,2 +1,5 @@
1
+# v1.1.0 (September 2, 2021)
2
+* Expose waitFirst property
3
+
4
# v1.0.0 (August 4, 2021)
5
* Initial release
package.json
@@ -1,6 +1,6 @@
{
"name": "@sourcetoad/retry-session",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "A simple-but-flexible utility for executing tasks on intervals and resolving with promises",
"main": "dist/retry-session.js",
6
"module": "dist/retry-session.js",
0 commit comments