sessioner 0.1.4 → 0.1.5

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/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -215,8 +215,6 @@ sessioner
215
215
 
216
216
  - <kbd>Up</kbd> / <kbd>Down</kbd>: move cursor
217
217
  - <kbd>Enter</kbd>: confirm selection
218
- - <kbd>y</kbd>: yes
219
- - <kbd>n</kbd>: no
220
218
  - <kbd>1</kbd>: yes
221
219
  - <kbd>2</kbd>: no
222
220
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sessioner",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "✨ An interactive CLI to navigate and manage Claude Code sessions from the terminal.",
5
5
  "type": "module",
6
6
  "license": "MIT",