careervivid 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ const program = new Command();
24
24
  program
25
25
  .name("cv")
26
26
  .description("CareerVivid CLI — publish articles, diagrams, and portfolio updates from your terminal or AI agent")
27
- .version("1.1.0", "-v, --version", "Print CLI version")
27
+ .version("1.1.2", "-v, --version", "Print CLI version")
28
28
  .helpOption("-h, --help", "Show help");
29
29
  registerAuthCommand(program);
30
30
  registerPublishCommand(program);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "careervivid",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Official CLI for CareerVivid — publish articles, diagrams, and portfolio updates from your terminal or AI agent",
5
5
  "type": "module",
6
6
  "bin": {