Skip to content

Commit c171c66

Browse files
authored
Merge pull request #21 from swiftlysingh/chore/bump-version-1.2.0
chore: bump version to 1.2.0
2 parents e58c47b + ca3f207 commit c171c66

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

man/excalidraw-cli.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH EXCALIDRAW-CLI 1 "March 2026" "excalidraw-cli 1.1.0" "User Commands"
1+
.TH EXCALIDRAW-CLI 1 "March 2026" "excalidraw-cli 1.2.0" "User Commands"
22
.SH NAME
33
excalidraw-cli \- create Excalidraw diagrams from DSL, JSON, or Graphviz DOT
44
.SH SYNOPSIS

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": "@swiftlysingh/excalidraw-cli",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "CLI for creating Excalidraw flowcharts programmatically",
55
"type": "module",
66
"main": "dist/index.js",

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const program = new Command();
2323
program
2424
.name('excalidraw-cli')
2525
.description('Create Excalidraw flowcharts from DSL, JSON, or DOT')
26-
.version('1.1.0');
26+
.version('1.2.0');
2727

2828
/**
2929
* Create command - main flowchart creation

0 commit comments

Comments
 (0)