We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39021bb commit a1c9af5Copy full SHA for a1c9af5
2 files changed
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.0.0"
+current_version = "1.0.0"
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": "0.0.0",
+ "version": "1.0.0",
"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