Skip to content

Commit 14ef8b4

Browse files
committed
chore: bump version to 1.3.1
1 parent 4f03134 commit 14ef8b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/notion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const { createContext } = require('../lib/context');
66
program
77
.name('notion')
88
.description('A powerful CLI for the Notion API — query databases, manage pages, and automate your workspace from the terminal.')
9-
.version('1.3.0')
9+
.version('1.3.1')
1010
.option('--json', 'Output raw JSON instead of formatted tables')
1111
.option('-w, --workspace <name>', 'Use a specific workspace profile');
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jordancoin/notioncli",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A powerful CLI for the Notion API — query databases, manage pages, and automate your workspace from the terminal.",
55
"main": "bin/notion.js",
66
"bin": {

0 commit comments

Comments
 (0)