From cf4c8d7effd45aec08e932cca24e383e26395947 Mon Sep 17 00:00:00 2001 From: Sambhav Aggarwal <4591834+sambhav-aggarwal@users.noreply.github.com> Date: Sun, 3 May 2026 14:59:20 +0530 Subject: [PATCH] Bump to 0.1.2 (retry trusted publishing after publisher saved) --- package-lock.json | 4 ++-- package.json | 34 +++++++++++++++++++++++++--------- 2 files changed, 27 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 074b080..b625c1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ssntpl/otper-cli", - "version": "0.1.0", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ssntpl/otper-cli", - "version": "0.1.0", + "version": "0.1.2", "license": "MIT", "dependencies": { "@oclif/core": "^4.0.30", diff --git a/package.json b/package.json index 8b0a641..8ef3050 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ssntpl/otper-cli", - "version": "0.1.1", + "version": "0.1.2", "description": "Command-line interface for Otper boards (https://otper.com).", "author": "SSNTPL ", "license": "MIT", @@ -67,14 +67,30 @@ ], "topicSeparator": ":", "topics": { - "auth": { "description": "Manage authentication credentials" }, - "board": { "description": "Board commands" }, - "list": { "description": "List commands" }, - "card": { "description": "Card commands" }, - "label": { "description": "Label commands" }, - "comment": { "description": "Comment commands" }, - "team": { "description": "Team commands" }, - "watchlist": { "description": "Watchlist commands" } + "auth": { + "description": "Manage authentication credentials" + }, + "board": { + "description": "Board commands" + }, + "list": { + "description": "List commands" + }, + "card": { + "description": "Card commands" + }, + "label": { + "description": "Label commands" + }, + "comment": { + "description": "Comment commands" + }, + "team": { + "description": "Team commands" + }, + "watchlist": { + "description": "Watchlist commands" + } } } }