Skip to content

Commit 262e2bc

Browse files
committed
1.1.0
1 parent 3fb6de4 commit 262e2bc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎package-lock.json‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zenrows/cli",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Open-source CLI, MCP, skills, templates, workflows, recipes, and evals layer for giving AI agents reliable access to protected web data through Zenrows cloud infrastructure.",
55
"type": "module",
66
"license": "MIT",

‎src/core/config.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const CONFIG_VERSION = "0.1.0";
1313
* entrypoint) so core modules — telemetry, signup provenance — can read it
1414
* without an import cycle. `VERSION` in `cli/index.ts` re-exports this.
1515
*/
16-
export const CLI_VERSION = "1.0.0";
16+
export const CLI_VERSION = "1.1.0";
1717
/** Env var to override the Fetch and Extract API base (local/staging testing). */
1818
export const API_BASE_ENV = "ZENROWS_API_BASE";
1919
/**

0 commit comments

Comments
 (0)