We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe194d commit 2e57d62Copy full SHA for 2e57d62
2 files changed
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "1.0.3"
+current_version = "1.0.4"
3
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
4
serialize = ["{major}.{minor}.{patch}"]
5
search = "{current_version}"
package.json
@@ -1,6 +1,6 @@
{
"name": "cfsolver",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "Node.js HTTP client that automatically bypasses Cloudflare challenges using the CloudFlyer API",
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments