clawdo 1.1.0 → 1.1.1

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
@@ -118,7 +118,7 @@ function formatTimeAgo(isoTimestamp) {
118
118
  program
119
119
  .name('clawdo')
120
120
  .description('Personal task queue with autonomous execution — claw + to-do')
121
- .version('1.1.0')
121
+ .version('1.1.1')
122
122
  .option('--db <path>', 'Database path (default: ~/.config/clawdo/clawdo.db, or $CLAWDO_DB_PATH)')
123
123
  .hook('preAction', (thisCommand) => {
124
124
  const opts = thisCommand.opts();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawdo",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Personal task queue with autonomous execution — claw + to-do",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",